Fix typo in WebSocket tutorial (#5296)

This commit is contained in:
Lucida Dragon
2021-10-03 19:40:12 -04:00
committed by Hugo Locurcio
parent 93451ff415
commit 6ca2466e84

View File

@@ -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.
::