Skip to content

Commit d7a4c00

Browse files
Fix typos in documentation #nolog
1 parent 2ce7348 commit d7a4c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ remaining arguments are the same as for a regular event handler.
280280
The ``connect`` and ``disconnect`` events have to be defined explicitly and are
281281
not invoked on a catch-all event handler.
282282

283-
Similarily, a "catch-all" namespace handler is invoked for any connected
283+
Similarly, a "catch-all" namespace handler is invoked for any connected
284284
namespaces that do not have an explicitly defined event handler. As with
285285
catch-all events, ``'*'`` is used in place of a namespace::
286286

docs/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ information.
492492
Catch-All Namespaces
493493
~~~~~~~~~~~~~~~~~~~~
494494

495-
Similarily to catch-all event handlers, a "catch-all" namespace can be used
495+
Similarly to catch-all event handlers, a "catch-all" namespace can be used
496496
when defining event handlers for any connected namespaces that do not have an
497497
explicitly defined event handler. As with catch-all events, ``'*'`` is used in
498498
place of a namespace::

0 commit comments

Comments
 (0)