From c867b5bd29b887cd0ced5d005b800214da3c16c0 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 23 Aug 2019 16:39:54 +1200 Subject: [PATCH] Typo fix: "connecitons" -> "connections" --- tutorials/networking/websocket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.rst index 4e74d6a17..0199cd6a1 100644 --- a/tutorials/networking/websocket.rst +++ b/tutorials/networking/websocket.rst @@ -86,7 +86,7 @@ This will print: Minimal server example ^^^^^^^^^^^^^^^^^^^^^^ -This example will show you how to create a WebSocket server that listen for remote connecitons, and how to send and receive data. +This example will show you how to create a WebSocket server that listen for remote connections, and how to send and receive data. ::