Skip to content

Commit

Permalink
[doc] Fix typo (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiqOnGithub authored Jan 1, 2025
1 parent 6861472 commit c798dd4
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 @@ -77,7 +77,7 @@ This class represents a WebSocket server. It extends the `EventEmitter`.
- `allowSynchronousEvents` {Boolean} Specifies whether any of the `'message'`,
`'ping'`, and `'pong'` events can be emitted multiple times in the same
tick. Defaults to `true`. Setting it to `false` improves compatibility with
the WHATWG standardbut may negatively impact performance.
the WHATWG standard but may negatively impact performance.
- `backlog` {Number} The maximum length of the queue of pending connections.
- `clientTracking` {Boolean} Specifies whether or not to track clients.
- `handleProtocols` {Function} A function which can be used to handle the
Expand Down

0 comments on commit c798dd4

Please sign in to comment.