Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 4, 2024
1 parent cef8001 commit 648337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sse.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ retry: 31536000000

> @since v1.5.2
In some cases, you may not want to recieve protocol-level events (`welcome`, `confirm_subscription`) via an SSE stream (e.g., using with legacy clients). To consume only data messages, you can add an additional `?raw=1` option to the URL:
In some cases, you may not want to receive protocol-level events (`welcome`, `confirm_subscription`) via an SSE stream (e.g., using with legacy clients). To consume only data messages, you can add an additional `?raw=1` option to the URL:

```sh
$ curl -N "http://localhost:8080/events?channel=ChatChannel&raw=1"
Expand Down

0 comments on commit 648337a

Please sign in to comment.