Skip to content

Commit 1867345

Browse files
[AssetMapper] Minor
1 parent 9c39688 commit 1867345

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)