From bfdd0f99e9df28aede826ac8f565b65d2708f408 Mon Sep 17 00:00:00 2001 From: Quentin Rogeret Date: Wed, 24 Sep 2025 15:27:42 +0200 Subject: [PATCH] Fix typo in documentation Asset Mapper 6.3 example is missing a } --- src/StimulusBundle/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StimulusBundle/doc/index.rst b/src/StimulusBundle/doc/index.rst index 39e3aa484bb..871eef39397 100644 --- a/src/StimulusBundle/doc/index.rst +++ b/src/StimulusBundle/doc/index.rst @@ -418,7 +418,7 @@ is running in debug mode. .. tip:: - For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }`` + For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }}`` in ``base.html.twig``. This is not needed in AssetMapper 6.4+. With WebpackEncoreBundle