Skip to content

Commit 554a377

Browse files
xabbuhGuikingone
authored andcommitted
[symfony#10177] fix markup
1 parent a77d08a commit 554a377

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

page_creation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,16 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
175175
176176
$ php bin/console debug:router
177177
178-
You should see your `app_lucky_number` route at the very top:
178+
You should see your ``app_lucky_number`` route at the very top:
179179

180180
================== ======== ======== ====== ===============
181181
Name Method Scheme Host Path
182182
================== ======== ======== ====== ===============
183183
app_lucky_number ANY ANY ANY /lucky/number
184184
================== ======== ======== ====== ===============
185185

186-
You will also see debugging routes below `app_lucky_number` -- more on the debugging routes in the next section.
186+
You will also see debugging routes below ``app_lucky_number`` -- more on
187+
the debugging routes in the next section.
187188

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

0 commit comments

Comments
 (0)