Skip to content

Commit 94a0248

Browse files
authored
Fix a minor typo
1 parent 6cbd0ed commit 94a0248

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)