diff --git a/src/managers/ThreadManager.js b/src/managers/ThreadManager.js
index 1df19e6fc..654c86c21 100644
--- a/src/managers/ThreadManager.js
+++ b/src/managers/ThreadManager.js
@@ -66,7 +66,7 @@ class ThreadManager extends CachedManager {
* * `1440` (1 day)
* * `4320` (3 days) This is only available when the guild has the `THREE_DAY_THREAD_ARCHIVE` feature.
* * `10080` (7 days) This is only available when the guild has the `SEVEN_DAY_THREAD_ARCHIVE` feature.
- * * `'MAX'` Based on the guilds boost count
+ * * `'MAX'` Based on the guild's features
* @typedef {number|string} ThreadAutoArchiveDuration
*/