Skip to content

Commit bd3ff38

Browse files
ajessuweaverryan
authored andcommitted
Wrapped resource starting with @ in quotes to keep yaml file valid
1 parent 1cb18d7 commit bd3ff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ So, Symfony2 routes the request by reading the routing configuration file:
124124
defaults: { _controller: FrameworkBundle:Default:index }
125125
126126
hello:
127-
resource: @HelloBundle/Resources/config/routing.yml
127+
resource: "@HelloBundle/Resources/config/routing.yml"
128128
129129
.. code-block:: xml
130130

0 commit comments

Comments
 (0)