Skip to content

Commit d2c935a

Browse files
authored
[doc] Fix typo in WebSocketServer description (#1996)
1 parent 5edf1f4 commit d2c935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ must be provided or an error is thrown. An HTTP server is automatically created,
9191
started, and used if `port` is set. To use an external HTTP/S server instead,
9292
specify only `server` or `noServer`. In this case the HTTP/S server must be
9393
started manually. The "noServer" mode allows the WebSocket server to be
94-
completly detached from the HTTP/S server. This makes it possible, for example,
94+
completely detached from the HTTP/S server. This makes it possible, for example,
9595
to share a single HTTP/S server between multiple WebSocket servers.
9696

9797
> **NOTE:** Use of `verifyClient` is discouraged. Rather handle client

0 commit comments

Comments
 (0)