From e6679b9d6dc51d6f4fa93bcedec3d3aa75e0751a Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Fri, 7 Nov 2025 12:39:29 +0700 Subject: [PATCH] Fix typos in docs/server.rst --- docs/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server.rst b/docs/server.rst index f31e6680..e73f14c5 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -492,7 +492,7 @@ information. Catch-All Namespaces ~~~~~~~~~~~~~~~~~~~~ -Similarily to catch-all event handlers, a "catch-all" namespace can be used +Similarly to catch-all event handlers, a "catch-all" namespace can be used when defining event handlers for any connected namespaces that do not have an explicitly defined event handler. As with catch-all events, ``'*'`` is used in place of a namespace::