Skip to content

Commit 8597598

Browse files
committed
fix spelling error
1 parent b5875b6 commit 8597598

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
@@ -214,7 +214,7 @@ private function addMatch(NodeBuilder $rules)
214214
->end()
215215
->validate()
216216
->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')
217+
->thenInvalid('Configured a match_response but ExpressionLanguage is not available')
218218
->end()
219219
->children()
220220
->scalarNode('path')

0 commit comments

Comments
 (0)