Skip to content

Commit ebca2e9

Browse files
authored
Update asset_mapper.rst
Fix #19311
1 parent 9bf908e commit ebca2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ both ``app`` and ``checkout``:
10421042
{% block importmap %}
10431043
{# do NOT call parent() #}
10441044
1045-
{{ importmap('app', 'checkout') }}
1045+
{{ importmap(['app', 'checkout']) }}
10461046
{% endblock %}
10471047
10481048
By passing both ``app`` and ``checkout``, the ``importmap()`` function will

0 commit comments

Comments
 (0)