From d459e1ad61faeef9d2adf7879be7051830244237 Mon Sep 17 00:00:00 2001 From: Pier Dipi <33736985+pierDipi@users.noreply.github.com> Date: Mon, 31 Dec 2018 19:38:47 +0100 Subject: [PATCH] Fix typo Closes gh-2064 --- 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 fe117eb209..e9ca3c68a0 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -121,7 +121,7 @@ sending. One option is to wrap the `WebSocketSession` with [.small]#<># The easiest way to customize the initial HTTP WebSocket handshake request is through -a `HandshakeInterceptor`, which exposes methiods for "`before`" and "`after`" the handshake. +a `HandshakeInterceptor`, which exposes methods for "`before`" and "`after`" the handshake. You can use such an interceptor to preclude the handshake or to make any attributes available to the `WebSocketSession`. The following example uses a built-in interceptor to pass HTTP session attributes to the WebSocket session: