Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 801670f

Browse filesBrowse files
committed
Minor tweak
1 parent 46a7d23 commit 801670f
Copy full SHA for 801670f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎page_creation.rst

Copy file name to clipboardExpand all lines: page_creation.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ to creating a page?
8383

8484
#. *Create a controller and a method*: This is a function where *you* build the page and ultimately
8585
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
86-
in their own section, including how to return JSON responses.
86+
in their own section, including how to return JSON responses;
8787

8888
#. *Create a route*: In ``config/routes.yaml``, the route defines the URL to your
8989
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
90-
in its own section, including how to make *variable* URLs;
90+
in its own section, including how to make *variable* URLs.
9191

9292
.. _annotation-routes:
9393

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.