mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
docs: fix a number of spelling mistakes (#2469)
This commit is contained in:
@@ -131,7 +131,7 @@ class Message extends Base {
|
||||
this.webhookID = data.webhook_id || null;
|
||||
|
||||
/**
|
||||
* Supplimental application information for group activities
|
||||
* Supplemental application information for group activities
|
||||
* @type {?ClientApplication}
|
||||
*/
|
||||
this.application = data.application ? new ClientApplication(this.client, data.application) : null;
|
||||
|
||||
@@ -158,7 +158,7 @@ class Activity {
|
||||
}
|
||||
|
||||
/**
|
||||
* When concatenated with a string, this automatically returns the activities's name instead of the Activity object.
|
||||
* When concatenated with a string, this automatically returns the activities' name instead of the Activity object.
|
||||
* @returns {string}
|
||||
*/
|
||||
toString() {
|
||||
|
||||
@@ -114,7 +114,7 @@ class Collector extends EventEmitter {
|
||||
|
||||
/**
|
||||
* Returns a promise that resolves with the next collected element;
|
||||
* rejects with collected elements if the collector finishes without receving a next element
|
||||
* rejects with collected elements if the collector finishes without receiving a next element
|
||||
* @type {Promise}
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user