Skip to content

Commit

Permalink
docs(Sweepers): fix typo (#7165)
Browse files Browse the repository at this point in the history
  • Loading branch information
attituding committed Dec 30, 2021
1 parent 9cdc448 commit 780b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Sweepers.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 780b7ed

Please sign in to comment.