Skip to content

Commit 4e41f72

Browse files
committed
minor #39635 [FrameworkBundle][RateLimiter] Update typos in config (Nyholm)
This PR was squashed before being merged into the 5.2 branch. Discussion ---------- [FrameworkBundle][RateLimiter] Update typos in config | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | This is just a super minor Commits ------- 1b4ab3e3a2 [FrameworkBundle][RateLimiter] Update typos in config
2 parents 82fdf40 + 51f8efa commit 4e41f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ private function addRateLimiterSection(ArrayNodeDefinition $rootNode)
18431843
->defaultNull()
18441844
->end()
18451845
->enumNode('policy')
1846-
->info('The rate limiting algorithm to use for this rate')
1846+
->info('The algorithm to be used by this limiter')
18471847
->isRequired()
18481848
->values(['fixed_window', 'token_bucket', 'sliding_window', 'no_limit'])
18491849
->end()

0 commit comments

Comments
 (0)