File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ you run off to play the lottery, check out how this works. Remember the two step
84
84
to creating a page?
85
85
86
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;
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;
89
89
90
90
#. *Create a controller *: This is a function where *you * build the page and ultimately
91
91
return a ``Response `` object. You'll learn more about :doc: `controllers </controller >`
You can’t perform that action at this time.
0 commit comments