Skip to content

Commit c798dd4

Browse files
[doc] Fix typo (#2271)
1 parent 6861472 commit c798dd4

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
@@ -77,7 +77,7 @@ This class represents a WebSocket server. It extends the `EventEmitter`.
7777
- `allowSynchronousEvents` {Boolean} Specifies whether any of the `'message'`,
7878
`'ping'`, and `'pong'` events can be emitted multiple times in the same
7979
tick. Defaults to `true`. Setting it to `false` improves compatibility with
80-
the WHATWG standardbut may negatively impact performance.
80+
the WHATWG standard but may negatively impact performance.
8181
- `backlog` {Number} The maximum length of the queue of pending connections.
8282
- `clientTracking` {Boolean} Specifies whether or not to track clients.
8383
- `handleProtocols` {Function} A function which can be used to handle the

0 commit comments

Comments
 (0)