10000 s/The first three lines of the routing configuration file define the … · dustin10/symfony-docs@e3f81bf · GitHub
[go: up one dir, main page]

Skip to content

Commit e3f81bf

Browse files
author
Tim Kuijsten
committed
s/The first three lines of the routing configuration file define the code that/The first three lines after the comment define the code that/
1 parent a7bc862 commit e3f81bf

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
@@ -123,7 +123,7 @@ defined in ``app/config/routing.yml`` configuration file:
123123
type: annotation
124124
prefix: /demo
125125
126-
The first three lines of the routing configuration file define the code that
126+
The first three lines after the comment define the code that
127127
is executed when the user requests the "``/``" resource (i.e. the welcome
128128
page). When requested, the ``AcmeDemoBundle:Welcome:index`` controller will be
129129
executed.

0 commit comments

Comments
 (0)
0