8000 minor #54277 [FrameworkBundle] Fix typo (fabpot) · symfony/symfony@56c563e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 56c563e

Browse files
minor #54277 [FrameworkBundle] Fix typo (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Fix typo | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a | License | MIT Commits ------- 5353389 [FrameworkBundle] Fix typo
2 parents 6fadff7 + 5353389 commit 56c563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0