aboutsummaryrefslogtreecommitdiffstats
path: root/docs/scripting/events.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/scripting/events.rst')
-rw-r--r--docs/scripting/events.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripting/events.rst b/docs/scripting/events.rst
index a0fc1243..8f9463ff 100644
--- a/docs/scripting/events.rst
+++ b/docs/scripting/events.rst
@@ -168,7 +168,7 @@ are issued, only new WebSocket messages are called.
* - .. py:function:: websocket_handshake(flow)
- Called when a client wants to establish a WebSocket connection. The
- WebSocket-specific headers can be manipulated to manipulate the
+ WebSocket-specific headers can be manipulated to alter the
handshake. The ``flow`` object is guaranteed to have a non-None
``request`` attribute.