Skip to content

Commit 0d17f5f

Browse files
committed
fix: Use space
1 parent 102d0ff commit 0d17f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/additional-info/updating-from-v14.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio
3232

3333
`client.on("shardDisconnect")` has been removed as the WebSocket manager replaces this functionality.
3434

35-
#### Shard error event
35+
#### Shard error event
3636

3737
`client.on("shardError")` has been removed as the WebSocket manager replaces this functionality.
3838

@@ -63,7 +63,7 @@ The underlying WebSocket behaviour has changed. In version 14, this was a non-br
6363

6464
Removed `ClientOptions#shards` and `ClientOptions#shardCount` in favor of `ClientOptions#ws#shardIds` and `ClientOptions#ws#shardCount`.
6565

66-
### ClientUser
66+
### ClientUser
6767

6868
`ClientUser#setPresence()` now returns a promise which resolves when the gateway call was sent successfully.
6969

0 commit comments

Comments
 (0)