Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d913773

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎page_creation.rst

Copy file name to clipboardExpand all lines: page_creation.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.