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 d1a8432 commit 60dd7c6Copy full SHA for 60dd7c6
page_creation.rst
@@ -82,8 +82,8 @@ you run off to play the lottery, check out how this works. Remember the two step
82
to creating a page?
83
84
#. *Create a route*: In ``config/routes.yaml``, the route defines the URL to your
85
- page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
86
- 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;
87
88
#. *Create a controller*: This is a function where *you* build the page and ultimately
89
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
0 commit comments