Skip to content

Commit 4f51160

Browse files
Fix RST syntax of a table
1 parent c97b5b3 commit 4f51160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page_creation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
166166
You should see your ``app_lucky_number`` route at the very top:
167167

168168
================== ======== ======== ====== ===============
169-
Name Method Scheme Host Path
169+
Name Method Scheme Host Path
170170
================== ======== ======== ====== ===============
171-
app_lucky_number ANY ANY ANY /lucky/number
171+
app_lucky_number ANY ANY ANY /lucky/number
172172
================== ======== ======== ====== ===============
173173

174174
You will also see debugging routes below ``app_lucky_number`` -- more on

0 commit comments

Comments
 (0)