Skip to content

Commit 1ea4942

Browse files
committed
chore: Typos
1 parent d417c76 commit 1ea4942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: guide/additional-info/updating-from-v14.md

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

3737
`client.on("ready")` has been removed. `"clientReady"` is the replacement. If you used `client.on(Events.ClientReady)`, you do not need to change anything.
3838

39-
#### Shard disonnect event
39+
#### Shard disconnect event
4040

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

@@ -138,7 +138,7 @@ emoji.imageURL();
138138
### Events
139139

140140
- `Events.ShardError` has been removed.
141-
- `Events.ShardReady` has been remvoved.
141+
- `Events.ShardReady` has been removed.
142142
- `Events.ShardReconnecting` has been removed.
143143
- `Events.ShardResume` has been removed.
144144
- `Events.WebhooksUpdate` now returns a string of `"webhooksUpdate"`. Previously, it returned `"webhookUpdate"`. This is to bring it in line with the name of Discord's gateway event (`WEBHOOKS_UPDATE`).
@@ -272,7 +272,7 @@ However, you would have already noticed that this no longer works, so this metho
272272

273273
### ShardClientUtil
274274

275-
`ShardClientUtil#ids` and `ShardClientUtil#count` hav been removed in favor of `Client#ws#getShardIds()` and `Client#ws#getShardCount()`.
275+
`ShardClientUtil#ids` and `ShardClientUtil#count` have been removed in favor of `Client#ws#getShardIds()` and `Client#ws#getShardCount()`.
276276

277277
### StageInstance
278278

0 commit comments

Comments
 (0)