Skip to content

Commit 046e580

Browse files
committed
minor #982 Add the missing quotes in the code in the section Configuration for the StimulusBundle (makraz)
This PR was merged into the 2.x branch. Discussion ---------- Add the missing quotes in the code in the section Configuration for the StimulusBundle | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #981 | License | MIT I added a missing quotes in the code in the section Configuration for the StimulusBundle. Commits ------- 148e8f2 Add the missing quotes in the code in the section Configuration for the StimulusBundle
2 parents f05e5f1 + 148e8f2 commit 046e580

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
@@ -342,7 +342,7 @@ directory and the ``controllers.json`` file if you need to use different paths:
342342
stimulus:
343343
# the default values
344344
controller_paths:
345-
- %kernel.project_dir%/assets/controllers
345+
- '%kernel.project_dir%/assets/controllers'
346346
controllers_json: '%kernel.project_dir%/assets/controllers.json'
347347
348348
.. _manual-installation:

0 commit comments

Comments
 (0)