Skip to content

Commit 51f8efa

Browse files
Nyholmwouterj
authored andcommitted
[FrameworkBundle][RateLimiter] Update typos in config
1 parent 535a2bf commit 51f8efa

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)