We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd09fa commit 5008b02Copy full SHA for 5008b02
frontend/encore/versioning.rst
@@ -7,7 +7,7 @@ Tired of deploying and having browser's cache the old version of your assets?
7
By calling ``enableVersioning()``, each filename will now include a hash that
8
changes whenever the *contents* of that file change (e.g. ``app.123abc.js``
9
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,
+(e.g. a far future ``Expires``) because, whenever a file changes, its hash will change,
11
ignoring any existing cache:
12
13
.. code-block:: diff
0 commit comments