Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmure committed Jan 30, 2018
1 parent 13ebd60 commit d21b1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/FilesystemKeysCommand.php
Expand Up @@ -62,7 +62,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$count = count($keys);

$message = $count ? sprintf(
'Bellow %s the <info>%s key%s</info> that where found:',
'Bellow %s the <info>%s key%s</info> that were found:',
$count > 1 ? 'are' : 'is',
$count,
$count > 1 ? 's': ''
Expand Down

0 comments on commit d21b1f1

Please sign in to comment.