From e9c99d769fdb3f32ed235eb1cfdf350bf7a5bbbf Mon Sep 17 00:00:00 2001 From: Attituding <84680760+Attituding@users.noreply.github.com> Date: Wed, 29 Dec 2021 22:09:53 -0800 Subject: [PATCH] docs(Sweepers): fix typo --- 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) {