Skip to content

Commit 72fbbb2

Browse files
committed
Merge pull request #2064 from pierDipi
* pr/2064: Fix typo
2 parents 78a6429 + d459e1a commit 72fbbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/websocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ sending. One option is to wrap the `WebSocketSession` with
121121
[.small]#<<web-reactive.adoc#webflux-websocket-server-handshake,Same as in Spring WebFlux>>#
122122

123123
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.
124+
a `HandshakeInterceptor`, which exposes methods for "`before`" and "`after`" the handshake.
125125
You can use such an interceptor to preclude the handshake or to make any attributes
126126
available to the `WebSocketSession`. The following example uses a built-in interceptor
127127
to pass HTTP session attributes to the WebSocket session:

0 commit comments

Comments
 (0)