Skip to content

Commit 264ff71

Browse files
committed
minor #16253 Correct spelling & grammar in 4.4 performance.rst (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 performance.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 8714423 Correct spelling & grammar in 4.4 performance.rst
2 parents 61f3fcf + 8714423 commit 264ff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ overhead that can be avoided as follows:
151151
; php.ini
152152
opcache.validate_timestamps=0
153153
154-
After each deploy, you must empty and regenerate the cache of OPcache. Otherwise
154+
After each deployment, you must empty and regenerate the cache of OPcache. Otherwise
155155
you won't see the updates made in the application. Given that in PHP, the CLI
156156
and the web processes don't share the same OPcache, you cannot clear the web
157157
server OPcache by executing some command in your terminal. These are some of the

0 commit comments

Comments
 (0)