소스 검색

Fix typo in WebSocket tutorial (#5296)

Lucida Dragon 4 년 전
부모
커밋
062aa06eec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/networking/websocket.rst

+ 1 - 1
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.
 
 ::