Skip to content

Commit 4574455

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: docs: fix typo Typo
2 parents 27365e9 + a854341 commit 4574455

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
@@ -630,7 +630,7 @@ When the browser downloads the page, this happens:
630630
3. It *then* sees the ``bootstrap`` import and downloads ``assets/bootstrap.js``.
631631

632632
Instead of downloading all 3 files in parallel, the browser is forced to
633-
download them one-by-one as it discovers them. This is hurts performance. To fix
633+
download them one-by-one as it discovers them. This hurts performance. To fix
634634
this, in ``importmap.php``, add a ``preload`` key to the ``app`` entry, which
635635
points to the ``assets/app.js`` file. Actually, this should already be
636636
done for you::
@@ -1014,7 +1014,7 @@ pages. To add a CSS file to a specific page, create the file, then add a
10141014
{% endblock %}
10151015

10161016
For JavaScript, first create the new file (e.g. ``assets/checkout.js``). Then,
1017-
add a ``script``` tag that imports it:
1017+
add a ``script`` tag that imports it:
10181018

10191019
.. code-block:: html+twig
10201020

0 commit comments

Comments
 (0)