mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
docs: fix typos (#2868)
This commit is contained in:
@@ -337,7 +337,7 @@ class WebSocketConnection extends EventEmitter {
|
||||
* Causes a reconnection to the gateway.
|
||||
*/
|
||||
reconnect() {
|
||||
this.debug('Attemping to reconnect in 5500ms...');
|
||||
this.debug('Attempting to reconnect in 5500ms...');
|
||||
/**
|
||||
* Emitted whenever the client tries to reconnect to the WebSocket.
|
||||
* @event Client#reconnecting
|
||||
|
||||
@@ -32,6 +32,6 @@ module.exports = ChannelPinsUpdate;
|
||||
* can be provided easily here - you need to manually check the pins yourself.
|
||||
* <warn>The `time` parameter will be a Unix Epoch Date object when there are no pins left.</warn>
|
||||
* @event Client#channelPinsUpdate
|
||||
* @param {DMChannel|GroupDMChannel|TextChannel} channel The channel that the pins update occured in
|
||||
* @param {DMChannel|GroupDMChannel|TextChannel} channel The channel that the pins update occurred in
|
||||
* @param {Date} time The time when the last pinned message was pinned
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user