Skip to content

Commit 91707b4

Browse files
committed
[doc] Add missing space
1 parent 8b55319 commit 91707b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ This class represents a WebSocket. It extends the `EventEmitter`.
304304
- `allowSynchronousEvents` {Boolean} Specifies whether any of the `'message'`,
305305
`'ping'`, and `'pong'` events can be emitted multiple times in the same
306306
tick. Defaults to `true`. Setting it to `false` improves compatibility with
307-
the WHATWG standardbut may negatively impact performance.
307+
the WHATWG standard but may negatively impact performance.
308308
- `autoPong` {Boolean} Specifies whether or not to automatically send a pong
309309
in response to a ping. Defaults to `true`.
310310
- `closeTimeout` {Number} Duration in milliseconds to wait for a graceful

0 commit comments

Comments
 (0)