Skip to content

Commit d781388

Browse files
committed
minor #19166 docs: fix typo (94noni)
This PR was merged into the 6.3 branch. Discussion ---------- docs: fix typo Commits ------- f6e6e9b docs: fix typo
2 parents 0e84e79 + f6e6e9b commit d781388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ When the browser downloads the page, this happens:
609609
3. It *then* sees the ``bootstrap`` import and downloads ``assets/bootstrap.js``.
610610

611611
Instead of downloading all 3 files in parallel, the browser is forced to
612-
download them one-by-one as it discovers them. This is hurts performance. To fix
612+
download them one-by-one as it discovers them. This hurts performance. To fix
613613
this, in ``importmap.php``, add a ``preload`` key to the ``app`` entry, which
614614
points to the ``assets/app.js`` file. Actually, this should already be
615615
done for you::

0 commit comments

Comments
 (0)