Skip to content

Commit 62ab378

Browse files
tacmanKocal
authored andcommitted
fix missing }, reformat so it's visible
```twig <div {{ stimulus_controller('chart', { 'name': 'Likes', 'data': [1, 2, 3, 4] }, { 'loading': 'spinner' }, { 'other': '.target' } ) }}> ```
1 parent 32224c4 commit 62ab378

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/StimulusBundle/doc/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,10 @@ And with outlets:
240240

241241
.. code-block:: html+twig
242242

243-
<div {{ stimulus_controller('chart', { 'name': 'Likes', 'data': [1, 2, 3, 4] }, { 'loading': 'spinner' }, { 'other': '.target' ) }}>
243+
<div {{ stimulus_controller('chart',
244+
{ 'name': 'Likes', 'data': [1, 2, 3, 4] },
245+
{ 'loading': 'spinner' },
246+
{ 'other': '.target' } ) }}>
244247
Hello
245248
</div>
246249

0 commit comments

Comments
 (0)