Skip to content

Commit 19bd38d

Browse files
committed
minor #19549 [AssetMapper] Minor (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Minor Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#page-specific-css-javascript Commits ------- 1867345 [AssetMapper] Minor
2 parents b676bc3 + 1867345 commit 19bd38d

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
@@ -1047,8 +1047,8 @@ both ``app`` and ``checkout``:
10471047
10481048
{# templates/products/checkout.html.twig #}
10491049
{#
1050-
Override an "importmap" block in base.html.twig.
1051-
If you don't have this, add it around the {{ importmap('app') }} call.
1050+
Override an "importmap" block from base.html.twig.
1051+
If you don't have that block, add it around the {{ importmap('app') }} call.
10521052
#}
10531053
{% block importmap %}
10541054
{# do NOT call parent() #}

0 commit comments

Comments
 (0)