Commit 20f4e12
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 documentation1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| |||
0 commit comments