mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Fix a minor RST syntax issue
This commit is contained in:
@@ -84,8 +84,8 @@ you run off to play the lottery, check out how this works. Remember the two step
|
||||
to creating a page?
|
||||
|
||||
#. *Create a route*: In ``config/routes.yaml``, the route defines the URL to your
|
||||
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
|
||||
in its own section, including how to make *variable* URLs;
|
||||
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
|
||||
in its own section, including how to make *variable* URLs;
|
||||
|
||||
#. *Create a controller*: This is a function where *you* build the page and ultimately
|
||||
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
|
||||
|
||||
Reference in New Issue
Block a user