File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -163,15 +163,15 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
163
163
164
164
$ php bin/console debug:router
165
165
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 :
167
167
168
168
================== ======== ======== ====== ===============
169
169
Name Method Scheme Host Path
170
170
================== ======== ======== ====== ===============
171
171
app_lucky_number ANY ANY ANY /lucky/number
172
172
================== ======== ======== ====== ===============
173
173
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
175
175
the debugging routes in the next section.
176
176
177
177
You'll learn about many more commands as you continue!
You can’t perform that action at this time.
0 commit comments