mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 05:00:48 +00:00
Fix typo in docs
This commit is contained in:
parent
2ed4ff7a55
commit
84a4755f53
2 changed files with 4 additions and 4 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue