Преглед на файлове

Typo fix: "connecitons" -> "connections"

follower преди 6 години
родител
ревизия
c867b5bd29
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/networking/websocket.rst

+ 1 - 1
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.
 
 ::