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 a6dadc3

Browse filesBrowse files
committed
[#10177] fix markup
1 parent 79bee22 commit a6dadc3
Copy full SHA for a6dadc3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎page_creation.rst

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