Explorar el Código

Fix typo in WebSocket tutorial (#5296)

Lucida Dragon hace 3 años
padre
commit
6ca2466e84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tutorials/networking/websocket.rst

+ 1 - 1
tutorials/networking/websocket.rst

@@ -93,7 +93,7 @@ This will print:
 Minimal server example
 Minimal server example
 ^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^
 
 
-This example will show you how to create a WebSocket server that listen for remote connections, and how to send and receive data.
+This example will show you how to create a WebSocket server that listens for remote connections, and how to send and receive data.
 
 
 ::
 ::