Typo fix: "connecitons" -> "connections"

This commit is contained in:
follower
2019-08-23 16:39:54 +12:00
committed by GitHub
parent 156adc98f4
commit c867b5bd29

View File

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