Explorar o código

Typo fix: "connecitons" -> "connections"

follower %!s(int64=6) %!d(string=hai) anos
pai
achega
c867b5bd29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 
 ::