diff --git a/nodes/core/io/22-websocket.html b/nodes/core/io/22-websocket.html index 4052579cd..7fdb3757f 100644 --- a/nodes/core/io/22-websocket.html +++ b/nodes/core/io/22-websocket.html @@ -74,7 +74,7 @@

If the message arriving at this node started at a WebSocket In node, the message will be sent back to the client that triggered the flow. Otherwise, the message - will be broadcast to all conntected clients.

+ will be broadcast to all connected clients.

If you want to broadcast a message that started at a WebSocket In node, you should delete the msg._session property within the flow

.