8000 Fix a minor RST syntax issue · symfony/symfony-docs@cf6fa7a · GitHub
[go: up one dir, main page]

Skip to content

Commit cf6fa7a

Browse files
Fix a minor RST syntax issue
1 parent e887a8b commit cf6fa7a

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
@@ -84,8 +84,8 @@ you run off to play the lottery, check out how this works. Remember the two step
8484
to creating a page?
8585

8686
#. *Create a route*: In ``config/routes.yaml``, the route defines the URL to your
87-
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
88-
in its own section, including how to make *variable* URLs;
87+
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
88+
in its own section, including how to make *variable* URLs;
8989

9090
#. *Create a controller*: This is a function where *you* build the page and ultimately
9191
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`

0 commit comments

Comments
 (0)
0