Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7571337

Browse files
authored
Fix typo in ratelimiting documentation (#13727)
1 parent dd7484b commit 7571337

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/13727.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a typo in the documentation for the login ratelimiting configuration.

docs/usage/configuration/config_documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ This option specifies several limits for login:
13931393
client is attempting to log into. Defaults to `per_second: 0.17`,
13941394
`burst_count: 3`.
13951395

1396-
* `failted_attempts` ratelimits login requests based on the account the
1396+
* `failed_attempts` ratelimits login requests based on the account the
13971397
client is attempting to log into, based on the amount of failed login
13981398
attempts for this account. Defaults to `per_second: 0.17`, `burst_count: 3`.
13991399

0 commit comments

Comments
 (0)