8000 fix yaml syntax · symfony/symfony-docs@d25a312 · GitHub
[go: up one dir, main page]

Skip to content

Commit d25a312

Browse files
committed
fix yaml syntax
| Q | A | --------------- | ---- | Doc fix? | yes | New docs? | no | Applies to | all
1 parent 8d72a1f commit d25a312

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/bundles/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ The output will look like this:
122122
.. code-block:: text
123123
124124
assetic:
125-
debug: %kernel.debug%
125+
debug: '%kernel.debug%'
126126
use_controller:
127-
enabled: %kernel.debug%
127+
enabled: '%kernel.debug%'
128128
profiler: false
129-
read_from: %kernel.root_dir%/../web
130-
write_to: %assetic.read_from%
129+
read_from: '%kernel.root_dir%/../web'
130+
write_to: '%assetic.read_from%'
131131
java: /usr/bin/java
132132
node: /usr/local/bin/node
133133
node_paths: []

0 commit comments

Comments
 (0)
0