Skip to content

Commit d913773

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update page_creation.rst
2 parents 456ae42 + d1d66a6 commit d913773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page_creation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
163163
164164
$ php bin/console debug:router
165165
166-
You should see your ``app_lucky_number`` route at the very top:
166+
You should see your ``app_lucky_number`` route in the list:
167167

168168
================== ======== ======== ====== ===============
169169
Name Method Scheme Host Path
170170
================== ======== ======== ====== ===============
171171
app_lucky_number ANY ANY ANY /lucky/number
172172
================== ======== ======== ====== ===============
173173

174-
You will also see debugging routes below ``app_lucky_number`` -- more on
174+
You will also see debugging routes besides ``app_lucky_number`` -- more on
175175
the debugging routes in the next section.
176176

177177
You'll learn about many more commands as you continue!

0 commit comments

Comments
 (0)