Skip to content

Commit 742f9dc

Browse files
committed
Merge.
2 parents f55649a + 530d8f8 commit 742f9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ The remaning methods are implemented by django-socketio.
185185
socket is subscribed to are used.
186186
the socket.
187187
* ``socket.send_and_broadcast(message)`` - Shortcut that sends the
188-
message to all sockects, including the sender.
188+
message to all sockets, including the sender.
189189
* ``socket.send_and_broadcast_channel(message, channel=None)``
190-
- Shortcut that sends the message to all sockects for the given
190+
- Shortcut that sends the message to all sockets for the given
191191
channel, including the sender.
192192

193193
The following methods can be imported directly from

0 commit comments

Comments
 (0)