summary refs log tree commit diff
path: root/docs/usage/configuration
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-12 15:34:02 -0500
committerEric Eastwood <erice@element.io>2022-09-12 15:34:02 -0500
commit6c40dfafcf32395fbc1fb4df3297c308ed003c3b (patch)
tree07a98db8f7c09f79bbf58758a0170768ed081ed7 /docs/usage/configuration
parentpoetry update (diff)
parentFix GHA skippable syntax (#13778) (diff)
downloadsynapse-6c40dfafcf32395fbc1fb4df3297c308ed003c3b.tar.xz
Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r--docs/usage/configuration/config_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index 9045cfcb90..cdd4ebeaee 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -1394,7 +1394,7 @@ This option specifies several limits for login:
   client is attempting to log into. Defaults to `per_second: 0.17`,
   `burst_count: 3`.
 
-* `failted_attempts` ratelimits login requests based on the account the
+* `failed_attempts` ratelimits login requests based on the account the
   client is attempting to log into, based on the amount of failed login
   attempts for this account. Defaults to `per_second: 0.17`, `burst_count: 3`.