8000 [#10177] fix markup · symfony/symfony-docs@a6dadc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6dadc3

Browse files
committed
[#10177] fix markup
1 parent 79bee22 commit a6dadc3

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
@@ -176,15 +176,16 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
176176
177177
$ php bin/console debug:router
178178
179-
You should see your `app_lucky_number` route at the very top:
179+
You should see your ``app_lucky_number`` route at the very top:
180180

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

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

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

0 commit comments

Comments
 (0)
0