Skip to content

Commit

Permalink
docs(Options): defaultMakeCacheSettings typo (#6365)
Browse files Browse the repository at this point in the history
fix defaultMakeCacheSettings to be consistant with the actual name.
  • Loading branch information
Koyamie committed Aug 9, 2021
1 parent cd393fd commit ea8d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class Options extends null {
* * `GuildChannelManager` - Sweep archived threads
* * `ThreadManager` - Sweep archived threads
* <info>If you want to keep default behavior and add on top of it you can use this object and add on to it, e.g.
* `makeCache: Options.cacheWithLimits({ ...Options.defaultmakeCacheSettings, ReactionManager: 0 })`</info>
* `makeCache: Options.cacheWithLimits({ ...Options.defaultMakeCacheSettings, ReactionManager: 0 })`</info>
* @type {Object<string, LimitedCollectionOptions|number>}
*/
static get defaultMakeCacheSettings() {
Expand Down

0 comments on commit ea8d77e

Please sign in to comment.