From 462d33e68d6bfe326d93f879d81d4844e2fd2a60 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 30 Sep 2022 20:58:04 +0900 Subject: [PATCH] Fix typo in WebSocket reference doc regarding subscription header Closes gh-29228 --- src/docs/asciidoc/web/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/websocket.adoc b/src/docs/asciidoc/web/websocket.adoc index c30cddf456fb..53cb48394517 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -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