浏览代码

Typo fix: "connecitons" -> "connections"

follower 6 年之前
父节点
当前提交
c867b5bd29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/networking/websocket.rst

+ 1 - 1
tutorials/networking/websocket.rst

@@ -86,7 +86,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 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.
 
 
 ::
 ::