We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WebSocketServer
1 parent 5edf1f4 commit d2c935aCopy full SHA for d2c935a
doc/ws.md
@@ -91,7 +91,7 @@ must be provided or an error is thrown. An HTTP server is automatically created,
91
started, and used if `port` is set. To use an external HTTP/S server instead,
92
specify only `server` or `noServer`. In this case the HTTP/S server must be
93
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,
+completely detached from the HTTP/S server. This makes it possible, for example,
95
to share a single HTTP/S server between multiple WebSocket servers.
96
97
> **NOTE:** Use of `verifyClient` is discouraged. Rather handle client
0 commit comments