summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-02-24 17:51:52 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2021-02-24 17:51:52 +0000
commit00bf80cb8eb7bec4c9148c6a9d5e9703fe913c15 (patch)
treefec2147f8ce762909af0347c65e50b9393436316 /docs
parentAdd SQL delta for deleting stale pushers (#9479) (diff)
downloadsynapse-00bf80cb8eb7bec4c9148c6a9d5e9703fe913c15.tar.xz
Fix typo in spam checker documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/spam_checker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spam_checker.md b/docs/spam_checker.md
index 47a27bf85c..e615ac9910 100644
--- a/docs/spam_checker.md
+++ b/docs/spam_checker.md
@@ -25,7 +25,7 @@ well as some specific methods:
 * `check_username_for_spam`
 * `check_registration_for_spam`
 
-The details of the each of these methods (as well as their inputs and outputs)
+The details of each of these methods (as well as their inputs and outputs)
 are documented in the `synapse.events.spamcheck.SpamChecker` class.
 
 The `ModuleApi` class provides a way for the custom spam checker class to