Skip to content

Commit eb12a3c

Browse files
committed
Minor tweak
1 parent 181dc58 commit eb12a3c

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`_ (see the :ref:`config-importmap-polyfill <polyfill config>` and
292+
an `ES module shim`_ (see the :ref:`config-importmap-polyfill <polyfill config>`) and
293293
a few other things, like a set of "preloads":
294294

295295
.. code-block:: html
@@ -1034,7 +1034,7 @@ you expect are being included in the asset map.
10341034
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10351035

10361036
Configure the polyfill for older browsers. Default is `ES module shim`_. You can pass
1037-
any URL to be included, or `false` to disable the polyfill.
1037+
any URL to be included, or ``false`` to disable the polyfill.
10381038

10391039
.. code-block:: yaml
10401040

0 commit comments

Comments
 (0)