8000 Fix the YAML syntax highlighting · symfony/symfony-docs@ebc31ed · GitHub
[go: up one dir, main page]

Skip to content

Commit ebc31ed

Browse files
committed
Fix the YAML syntax highlighting
1 parent a60873b commit ebc31ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/request_context.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ will override the defaults.
3333
3434
# app/config/parameters.yml
3535
parameters:
36-
router.request_context.host: example.org
37-
router.request_context.scheme: https
38-
router.request_context.base_url: my/path
36+
router.request_context.host: 'example.org'
37+
router.request_context.scheme: 'https'
38+
router.request_context.base_url: 'my/path'
3939
4040
.. code-block:: xml
4141

0 commit comments

Comments
 (0)
0