Skip to content

Commit 3a82f7e

Browse files
authored
Fix typo in option description (#669)
1 parent 864907f commit 3a82f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/AddPrefixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function getConfiguration(): CommandConfiguration
118118
'c',
119119
InputOption::VALUE_REQUIRED,
120120
sprintf(
121-
'Conf,iguration file. Will use "%s" if found by default.',
121+
'Configuration file. Will use "%s" if found by default.',
122122
ConfigurationFactory::DEFAULT_FILE_NAME,
123123
)
124124
),

0 commit comments

Comments
 (0)