Skip to content

Commit 7d52ec8

Browse files
committed
Update the_big_picture.rst
1 parent b1e3b31 commit 7d52ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ the application homepage. The second value of ``@Route()`` (e.g.
219219
``name="homepage"``) is optional and sets the name of this route. For now
220220
this name is not needed, but later it'll be useful for linking pages.
221221

222-
Considering all this, the ``@Route("/", name="homepage")`` annotation creates
222+
Considering all this, the ``@Route("/app/example", name="homepage")`` annotation creates
223223
a new route called ``homepage`` which makes Symfony execute the ``index``
224224
action of the ``Default`` controller when the user browses the ``/`` path
225225
of the application.

0 commit comments

Comments
 (0)