Skip to content

Commit ea2e21e

Browse files
committed
minor #18533 Minor (ThomasLandauer)
This PR was merged into the 6.3 branch. Discussion ---------- Minor Page: https://symfony.com/doc/current/frontend/asset_mapper.html Commits ------- ed1a2de Minor
2 parents 8ecadf2 + ed1a2de commit ea2e21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Preloading and Initializing "app.js"
289289
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
290290

291291
In addition to the importmap, the ``{{ importmap() }}`` Twig function also renders
292-
an `es module shim`_ and a few other things, like a set of "preloads":
292+
an `ES module shim`_ and a few other things, like a set of "preloads":
293293

294294
.. code-block:: html
295295

@@ -1127,7 +1127,7 @@ This will force the AssetMapper component to re-calculate the content of all fil
11271127
.. _npm package: https://www.npmjs.com
11281128
.. _importmap: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap
11291129
.. _bootstrap: https://www.npmjs.com/package/bootstrap
1130-
.. _es module shim: https://www.npmjs.com/package/es-module-shims
1130+
.. _ES module shim: https://www.npmjs.com/package/es-module-shims
11311131
.. _jsdelivr.com: https://www.jsdelivr.com/
11321132
.. _highlight.js: https://www.npmjs.com/package/highlight.js
11331133
.. _class syntax: https://caniuse.com/es6-class

0 commit comments

Comments
 (0)