Skip to content

Commit 503741f

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Minor syntax fix
2 parents cad55f3 + 20f04e8 commit 503741f

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
@@ -1028,7 +1028,7 @@ you pass to ``importmap()``.
10281028

10291029
If you look at the source of your page, by default, the ``<script type="module">``
10301030
from ``importmap()`` will contain ``import 'app';`` - not something like
1031-
``import ``/assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
1031+
``import /assets/app-4e986c1a2318dd050b1d47.js``. Both would work - but
10321032
because ``app`` appears in your ``importmap.php``, the browser will read ``app``
10331033
from the ``importmap`` on the page and ultimately load ``/assets/app-4e986c1a2318dd050b1d47.js``
10341034

0 commit comments

Comments
 (0)