From ef04e4a47a3dd2a5653c818cc3f307e609465137 Mon Sep 17 00:00:00 2001 From: Oncel Keles Date: Tue, 21 Jan 2025 00:16:37 +0300 Subject: [PATCH] minor typo fix --- docs/tutorials/chat_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/chat_tutorial.rst b/docs/tutorials/chat_tutorial.rst index 3d67754..6eb2c67 100644 --- a/docs/tutorials/chat_tutorial.rst +++ b/docs/tutorials/chat_tutorial.rst @@ -164,7 +164,7 @@ adding the following to *src/chat/broker.py*: finally: self.connections.remove(connection) -This ``Broker`` has a publish-subscibe pattern based interface, with +This ``Broker`` has a publish-subscribe pattern based interface, with clients expected to publish messages to other clients whilst subscribing to any messages sent.