diff --git a/Command/FilesystemKeysCommand.php b/Command/FilesystemKeysCommand.php index 00e797c..d874153 100644 --- a/Command/FilesystemKeysCommand.php +++ b/Command/FilesystemKeysCommand.php @@ -62,7 +62,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $count = count($keys); $message = $count ? sprintf( - 'Bellow %s the %s key%s that where found:', + 'Bellow %s the %s key%s that were found:', $count > 1 ? 'are' : 'is', $count, $count > 1 ? 's': ''