diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.rst index c1e240ae2..aa8257863 100644 --- a/tutorials/networking/websocket.rst +++ b/tutorials/networking/websocket.rst @@ -93,7 +93,7 @@ This will print: 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. ::