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.
1 parent ad37d0d commit c24c91aCopy full SHA for c24c91a
docs/index.rst
@@ -166,7 +166,7 @@ coroutine friendly server::
166
# attach server to application
167
sio.attach(app)
168
169
-Event handlers for servers are register using the :func:`socketio.Server.on`
+Event handlers for servers are registered using the :func:`socketio.Server.on`
170
method::
171
172
@sio.on('my custom event')
0 commit comments