From c692372da95771ca88c3df4468c04370b8918b57 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 21 Nov 2023 16:30:53 +0100 Subject: [PATCH] Typo Page: https://symfony.com/doc/current/frontend/asset_mapper.html#config-importmap-polyfill --- frontend/asset_mapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index a3d32ea5114..671412ccb1c 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -969,7 +969,7 @@ pages. To add a CSS file to a specific page, create the file, then add a {% endblock %} For JavaScript, first create the new file (e.g. ``assets/checkout.js``). Then, -add a ``script``` tag that imports it: +add a ``script`` tag that imports it: .. code-block:: html+twig