Skip to content

Commit 81b5dc2

Browse files
authored
doc: fix typo (#148)
1 parent 2d711a5 commit 81b5dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ client: ## Runs the uncompiled example client code
2828
go run ./client/main.go
2929

3030
.PHONY: publish
31-
publish: ## Submits pub/sub events in different cotnent types
31+
publish: ## Submits pub/sub events in different content types
3232
curl -i -d '{ "from": "John", "to": "Lary", "message": "hi" }' \
3333
-H "Content-type: application/json" \
3434
"http://localhost:3500/v1.0/publish/messages/topic1"

0 commit comments

Comments
 (0)