diff --git a/Command/CacheClearCommand.php b/Command/CacheClearCommand.php index 40880df47..179f8e981 100644 --- a/Command/CacheClearCommand.php +++ b/Command/CacheClearCommand.php @@ -154,7 +154,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int } if ($this->isNfs($realBuildDir)) { - $io->note('For better performances, you should move the cache and log directories to a non-shared folder of the VM.'); + $io->note('For better performance, you should move the cache and log directories to a non-shared folder of the VM.'); $fs->remove($realBuildDir); } else { $fs->rename($realBuildDir, $oldBuildDir);