We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f55649a + 530d8f8 commit 742f9dcCopy full SHA for 742f9dc
README.rst
@@ -185,9 +185,9 @@ The remaning methods are implemented by django-socketio.
185
socket is subscribed to are used.
186
the socket.
187
* ``socket.send_and_broadcast(message)`` - Shortcut that sends the
188
- message to all sockects, including the sender.
+ message to all sockets, including the sender.
189
* ``socket.send_and_broadcast_channel(message, channel=None)``
190
- - Shortcut that sends the message to all sockects for the given
+ - Shortcut that sends the message to all sockets for the given
191
channel, including the sender.
192
193
The following methods can be imported directly from
0 commit comments