We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3110a67 commit c610653Copy full SHA for c610653
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