Skip to content

Commit 939bda0

Browse files
Big-Sharkdbu
andcommitted
Update src/DependencyInjection/Configuration.php
Co-authored-by: David Buchmann <[email protected]>
1 parent 8012a04 commit 939bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ private function addSharedPluginNodes(ArrayNodeDefinition $pluginNode, $disableA
635635
->end()
636636
->scalarNode('key')
637637
->defaultNull()
638-
->info('A unique key for using one rate limiter name for different plugins')
638+
->info('Key to avoid sharing this rate limiter with other clients or other services. You can use the name of the client for example.')
639639
->end()
640640
->integerNode('tokens')
641641
->defaultValue(1)

0 commit comments

Comments
 (0)