From 7205edac859c5195de46a0f506be9baf65588e8e Mon Sep 17 00:00:00 2001 From: Oleksii Klochko Date: Sat, 22 Aug 2020 23:56:36 +0300 Subject: [PATCH] Fix typo in websocket.adoc Closes gh-25630 --- 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 9a0c5a68ba..32243b2e04 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -2103,7 +2103,7 @@ While a `ChannelInterceptor` is invoked once for each message sent to a channel, `ExecutorChannelInterceptor` provides hooks in the thread of each `MessageHandler` subscribed to messages from the channel. -Note that, as with the `SesionDisconnectEvent` described earlier, a DISCONNECT message +Note that, as with the `SessionDisconnectEvent` described earlier, a DISCONNECT message can be from the client or it can also be automatically generated when the WebSocket session is closed. In some cases, an interceptor may intercept this message more than once for each session. Components should be idempotent with regard to