We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22052d8 commit 0d768bbCopy full SHA for 0d768bb
DependencyInjection/Configuration.php
@@ -91,7 +91,7 @@ protected function configureClients(ArrayNodeDefinition $root)
91
->info('The service id of a factory to use when creating the adapter.')
92
->end()
93
->arrayNode('plugins')
94
- ->info('A list of service ids of plugins. The order is imortant.')
+ ->info('A list of service ids of plugins. The order is important.')
95
->prototype('scalar')->end()
96
97
->variableNode('config')->end()
0 commit comments