Skip to content

Commit 775402d

Browse files
committed
fix RateLimiter component name
1 parent 3f96363 commit 775402d

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
@@ -1459,7 +1459,7 @@ Then, enable this feature using the ``login_throttling`` setting:
14591459

14601460
The ``login_throttling.interval`` option was introduced in Symfony 5.3.
14611461

1462-
The Rate Limiter component uses by default the Symfony cache to store the previous
1462+
The RateLimiter component uses by default the Symfony cache to store the previous
14631463
login attempts. However, you can implement a :ref:`custom storage <rate-limiter-storage>`.
14641464

14651465
Login attempts are limited on ``max_attempts`` (default: 5)

0 commit comments

Comments
 (0)