From 462d33e68d6bfe326d93f879d81d4844e2fd2a60 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 30 Sep 2022 20:58:04 +0900 Subject: [PATCH 1/2] 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 c30cddf456f..53cb4839451 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 From 6abfe041b12509161a35d7aa2d03e994e6361e56 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 2 Nov 2022 15:32:16 +0100 Subject: [PATCH 2/2] Ignore /framework-docs/build folder from main branch --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f72a8fce975..c0d1d6dd9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ buildSrc/build /spring-core/graalvm/build /spring-core/kotlin-coroutines/build /framework-bom/build +/framework-docs/build /integration-tests/build /src/asciidoc/build target/