forked from MirrorHub/synapse
Fix typo in spam checker documentation
This commit is contained in:
parent
7cc571510b
commit
00bf80cb8e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ well as some specific methods:
|
||||||
* `check_username_for_spam`
|
* `check_username_for_spam`
|
||||||
* `check_registration_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.
|
are documented in the `synapse.events.spamcheck.SpamChecker` class.
|
||||||
|
|
||||||
The `ModuleApi` class provides a way for the custom spam checker class to
|
The `ModuleApi` class provides a way for the custom spam checker class to
|
||||||
|
|
Loading…
Reference in a new issue