mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 05:23:31 +01:00
Fix typo in docs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -55,7 +55,7 @@ class Collection extends Map {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an array of items where `item[key] === value` of the collection
|
* Returns an array of items where `item[key] === value` of the collection
|
||||||
* @param {String} key the key to filter bby
|
* @param {String} key the key to filter by
|
||||||
* @param {any} value the expected value
|
* @param {any} value the expected value
|
||||||
* @returns {Array<Object>}
|
* @returns {Array<Object>}
|
||||||
* @example
|
* @example
|
||||||
@@ -73,7 +73,7 @@ class Collection extends Map {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a single item where `item[key] === value`
|
* Returns a single item where `item[key] === value`
|
||||||
* @param {String} key the key to filter bby
|
* @param {String} key the key to filter by
|
||||||
* @param {any} value the expected value
|
* @param {any} value the expected value
|
||||||
* @returns {Object}
|
* @returns {Object}
|
||||||
* @example
|
* @example
|
||||||
@@ -90,7 +90,7 @@ class Collection extends Map {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the collection has an item where `item[key] === value`
|
* Returns true if the collection has an item where `item[key] === value`
|
||||||
* @param {String} key the key to filter bby
|
* @param {String} key the key to filter by
|
||||||
* @param {any} value the expected value
|
* @param {any} value the expected value
|
||||||
* @returns {Object}
|
* @returns {Object}
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user