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 b5875b6 commit 8597598Copy full SHA for 8597598
DependencyInjection/Configuration.php
@@ -214,7 +214,7 @@ private function addMatch(NodeBuilder $rules)
214
->end()
215
->validate()
216
->ifTrue(function ($v) {return !empty($v['match_response']) && !class_exists('Symfony\Component\ExpressionLanguage\ExpressionLanguage');})
217
- ->thenInvalid('Configured a match_response but ExpressionLanugage is not available')
+ ->thenInvalid('Configured a match_response but ExpressionLanguage is not available')
218
219
->children()
220
->scalarNode('path')
0 commit comments