Skip to content

Commit f36547f

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/bundles/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ of the bundle's configuration:
119119
120120
The output will look like this:
121121

122-
.. code-block:: text
122+
.. code-block:: yaml
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)