diff --git a/page_creation.rst b/page_creation.rst index 04cf5287f9..1b54ee212f 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -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 ` - in its own section, including how to make *variable* URLs; + page (``path``) and what ``controller`` to call. You'll learn more about :doc:`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 `