From 780b7ed39f173a77fd9eae396133980826926906 Mon Sep 17 00:00:00 2001 From: Attituding <84680760+Attituding@users.noreply.github.com> Date: Thu, 30 Dec 2021 09:13:51 +0000 Subject: [PATCH] docs(Sweepers): fix typo (#7165) --- src/util/Sweepers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Sweepers.js b/src/util/Sweepers.js index ea3bf7032db4..7703416c7e60 100644 --- a/src/util/Sweepers.js +++ b/src/util/Sweepers.js @@ -353,7 +353,7 @@ class Sweepers { /** * Creates a sweep filter that sweeps outdated messages (edits taken into account) - * @param {number} [lifetime=3600] How long ago a message has to hvae been sent or edited to be valid for sweeping + * @param {number} [lifetime=3600] How long ago a message has to have been sent or edited to be valid for sweeping * @returns {GlobalSweepFilter} */ static outdatedMessageSweepFilter(lifetime = 3600) {