We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78a6429 + d459e1a commit 72fbbb2Copy full SHA for 72fbbb2
src/docs/asciidoc/web/websocket.adoc
@@ -121,7 +121,7 @@ sending. One option is to wrap the `WebSocketSession` with
121
[.small]#<<web-reactive.adoc#webflux-websocket-server-handshake,Same as in Spring WebFlux>>#
122
123
The easiest way to customize the initial HTTP WebSocket handshake request is through
124
-a `HandshakeInterceptor`, which exposes methiods for "`before`" and "`after`" the handshake.
+a `HandshakeInterceptor`, which exposes methods for "`before`" and "`after`" the handshake.
125
You can use such an interceptor to preclude the handshake or to make any attributes
126
available to the `WebSocketSession`. The following example uses a built-in interceptor
127
to pass HTTP session attributes to the WebSocket session:
0 commit comments