Fix typo in WebSocket reference doc regarding subscription header

Closes gh-29228
This commit is contained in:
Roy Lee
2022-09-30 20:58:04 +09:00
committed by Sam Brannen
parent fded79d807
commit 462d33e68d

View File

@@ -924,7 +924,7 @@ destination:/topic/price.stock.MMM
A server cannot send unsolicited messages. All messages
from a server must be in response to a specific client subscription, and the
`subscription-id` header of the server message must match the `id` header of the
`subscription` header of the server message must match the `id` header of the
client subscription.
The preceding overview is intended to provide the most basic understanding of the