Skip to content

Commit d35f15f

Browse files
committed
minor #16062 Typo fix : distrupting ➤ disrupting (Levure)
This PR was merged into the 5.3 branch. Discussion ---------- Typo fix : distrupting ➤ disrupting <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 249c86d Typo fix : distrupting ➤ disrupting
2 parents eaffa7f + 249c86d commit d35f15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ By default, login attempts are limited on ``max_attempts`` (default: 5)
14761476
failed requests for ``IP address + username`` and ``5 * max_attempts``
14771477
failed requests for ``IP address``. The second limit protects against an
14781478
attacker using multiple usernames from bypassing the first limit, without
1479-
distrupting normal users on big networks (such as offices).
1479+
disrupting normal users on big networks (such as offices).
14801480

14811481
.. tip::
14821482

0 commit comments

Comments
 (0)