diff --git a/src/util/Options.js b/src/util/Options.js
index ab46f5e7b..c4a70bcfd 100644
--- a/src/util/Options.js
+++ b/src/util/Options.js
@@ -219,7 +219,7 @@ class Options extends null {
* * `GuildChannelManager` - Sweep archived threads
* * `ThreadManager` - Sweep archived threads
* 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 })`
+ * `makeCache: Options.cacheWithLimits({ ...Options.defaultMakeCacheSettings, ReactionManager: 0 })`
* @type {Object}
*/
static get defaultMakeCacheSettings() {