Skip to content

Commit f6e6e9b

Browse files
authored
docs: fix typo
1 parent a40d5a5 commit f6e6e9b

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)