Skip to content

Commit ccb69e6

Browse files
mcg-webmurtukov
authored andcommitted
Fix typo
Co-authored-by: Timur Murtukov <murtukov@gmail.com>
1 parent fea9c82 commit ccb69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/TypeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected function callbackNormalization(NodeDefinition $node, string $new, stri
187187
->validate()
188188
->ifTrue(fn (array $v) => !empty($v[$new]) && !empty($v[$old]))
189189
->thenInvalid(sprintf(
190-
'"%s" and "%s" should not be use together in "%%s".',
190+
'"%s" and "%s" should not be used together in "%%s".',
191191
$new,
192192
$old,
193193
))

0 commit comments

Comments
 (0)