Skip to content

Commit

Permalink
[doc] Fix typo in WebSocketServer description (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jan 4, 2022
1 parent 5edf1f4 commit d2c935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ must be provided or an error is thrown. An HTTP server is automatically created,
started, and used if `port` is set. To use an external HTTP/S server instead,
specify only `server` or `noServer`. In this case the HTTP/S server must be
started manually. The "noServer" mode allows the WebSocket server to be
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,
to share a single HTTP/S server between multiple WebSocket servers.

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

0 comments on commit d2c935a

Please sign in to comment.