Skip to content

Commit 832c180

Browse files
committed
[FrameworkBundle] Fix typo
1 parent 5f0fda5 commit 832c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
156156
}
157157

158158
if ($this->isNfs($realBuildDir)) {
159-
$io->note('For better performances, you should move the cache and log directories to a non-shared folder of the VM.');
159+
$io->note('For better performance, you should move the cache and log directories to a non-shared folder of the VM.');
160160
$fs->remove($realBuildDir);
161161
} else {
162162
$fs->rename($realBuildDir, $oldBuildDir);

0 commit comments

Comments
 (0)