Skip to content

Commit 4127197

Browse files
committed
[#5262] Fixed the final occurence of /
1 parent 6bc1703 commit 4127197

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quick_tour/the_big_picture.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ 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("/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.
222+
Considering all this, the ``@Route("/app/example", name="homepage")`` annotation
223+
creates a new route called ``homepage`` which makes Symfony execute the
224+
``index`` action of the ``Default`` controller when the user browses the
225+
``/app/example`` path of the application.
226226

227227
.. tip::
228228

0 commit comments

Comments
 (0)