Skip to content

Commit 29672bf

Browse files
mcg-webmurtukov
authored andcommitted
Fix typo
Co-authored-by: Timur Murtukov <[email protected]>
1 parent 759f030 commit 29672bf

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)