Skip to content

Commit c610653

Browse files
matasonjaviereguiluz
authored andcommitted
Fix typo
1 parent 3110a67 commit c610653

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)