diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 532a0f49e65..634139f5c2b 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -1007,7 +1007,7 @@ both ``app`` and ``checkout``: {% block importmap %} {# do NOT call parent() #} - {{ importmap('app', 'checkout') }} + {{ importmap(['app', 'checkout']) }} {% endblock %} By passing both ``app`` and ``checkout``, the ``importmap()`` function will