We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3845 commit 5b918a2Copy full SHA for 5b918a2
page_creation.rst
@@ -84,8 +84,8 @@ you run off to play the lottery, check out how this works. Remember the two step
84
to creating a page?
85
86
#. *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;
+ 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;
89
90
#. *Create a controller*: This is a function where *you* build the page and ultimately
91
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
0 commit comments