We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e3b31 commit 7d52ec8Copy full SHA for 7d52ec8
quick_tour/the_big_picture.rst
@@ -219,7 +219,7 @@ the application homepage. The second value of ``@Route()`` (e.g.
219
``name="homepage"``) is optional and sets the name of this route. For now
220
this name is not needed, but later it'll be useful for linking pages.
221
222
-Considering all this, the ``@Route("/", name="homepage")`` annotation creates
+Considering all this, the ``@Route("/app/example", name="homepage")`` annotation creates
223
a new route called ``homepage`` which makes Symfony execute the ``index``
224
action of the ``Default`` controller when the user browses the ``/`` path
225
of the application.
0 commit comments