Skip to content

Commit 2459b92

Browse files
committed
minor #15151 Fix typo (matason)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix typo <!-- 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 ------- c610653 Fix typo
2 parents 3110a67 + c610653 commit 2459b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/versioning.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tired of deploying and having browser's cache the old version of your assets?
77
By calling ``enableVersioning()``, each filename will now include a hash that
88
changes whenever the *contents* of that file change (e.g. ``app.123abc.js``
99
instead of ``app.js``). This allows you to use aggressive caching strategies
10-
(e.g. a far future ``Expires``) because, whenever a file change, its hash will change,
10+
(e.g. a far future ``Expires``) because, whenever a file changes, its hash will change,
1111
ignoring any existing cache:
1212

1313
.. code-block:: diff

0 commit comments

Comments
 (0)