Skip to content

Commit c90807c

Browse files
authored
Merge pull request #202 from php-translation/bocharsky-bw-patch-1
Fix a minor typo
2 parents 6cbd0ed + 94a0248 commit c90807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/SyncCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6161

6262
break;
6363
default:
64-
$output->writeln(sprintf('Direction must be eitehr "up" or "down". Not "%s".', $input->getArgument('direction')));
64+
$output->writeln(sprintf('Direction must be either "up" or "down". Not "%s".', $input->getArgument('direction')));
6565

6666
return;
6767
}

0 commit comments

Comments
 (0)