Skip to content

Commit c06f8f3

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update asset_mapper.rst
2 parents f5a04de + ad75077 commit c06f8f3

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
@@ -1007,7 +1007,7 @@ both ``app`` and ``checkout``:
10071007
{% block importmap %}
10081008
{# do NOT call parent() #}
10091009
1010-
{{ importmap('app', 'checkout') }}
1010+
{{ importmap(['app', 'checkout']) }}
10111011
{% endblock %}
10121012
10131013
By passing both ``app`` and ``checkout``, the ``importmap()`` function will

0 commit comments

Comments
 (0)