From b84aba5c986b84ab9653b3e79bdfb31dccd51726 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 11 Jul 2014 08:20:47 +0100 Subject: [PATCH] minor spelling correction --- nodes/core/io/22-websocket.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

.