Skip to content

Commit 20f4e12

Browse files
committed
minor #3096 [StimulusBundle] Add missing closing brace in AssetMapper 6.3 example (quentinRogeret34)
This PR was merged into the 2.x branch. Discussion ---------- [StimulusBundle] Add missing closing brace in AssetMapper 6.3 example | Q | A | -------------- | --- | Bug fix? | no | New feature? | no | Deprecations? | no | Documentation? | yes | Issues | <!-- none --> | License | MIT --- This PR fixes a typo in the documentation. Changed: ```twig For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }` ``` to ```twig For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }}`` ``` Commits ------- bfdd0f9 Fix typo in documentation
2 parents 269016e + bfdd0f9 commit 20f4e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StimulusBundle/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ is running in debug mode.
418418

419419
.. tip::
420420

421-
For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }``
421+
For AssetMapper 6.3 only, you also need a ``{{ ux_controller_link_tags() }}``
422422
in ``base.html.twig``. This is not needed in AssetMapper 6.4+.
423423

424424
With WebpackEncoreBundle

0 commit comments

Comments
 (0)