Skip to content

Commit 462d33e

Browse files
sangmin7648sbrannen
authored andcommitted
Fix typo in WebSocket reference doc regarding subscription header
Closes gh-29228
1 parent fded79d commit 462d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/websocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ destination:/topic/price.stock.MMM
924924

925925
A server cannot send unsolicited messages. All messages
926926
from a server must be in response to a specific client subscription, and the
927-
`subscription-id` header of the server message must match the `id` header of the
927+
`subscription` header of the server message must match the `id` header of the
928928
client subscription.
929929

930930
The preceding overview is intended to provide the most basic understanding of the

0 commit comments

Comments
 (0)