Fix typo in websocket.adoc

Closes gh-25630
This commit is contained in:
Oleksii Klochko
2020-08-22 23:56:36 +03:00
committed by GitHub
parent 8047a0bb78
commit 7205edac85

View File

@@ -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