Skip to content

Commit c859e9d

Browse files
tomgrandyxabbuh
authored andcommitted
Update page_creation.rst to correct hidden colon
86-87: Italicized word covers top of colon Old: The method below the route - ``numberAction()`` - is called the *controller*: this is a function where *you* New: The method below the route - ``numberAction()`` - is called the *controller*. This is a function where *you* Instead of having the top of the colon bleed into the italicized word "controller" it makes visual sense to have the sentence end with a period and the next "This is a function..." begin with a capital letter since it can stand on its own as a sentence.
1 parent 38b3a9e commit c859e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ to creating a page?
7979
in its own section, including how to make *variable* URLs;
8080

8181
#. *Create a controller*: The method below the route - ``numberAction()`` - is called
82-
the *controller*: this is a function where *you* build the page and ultimately
82+
the *controller*. This is a function where *you* build the page and ultimately
8383
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
8484
in their own section, including how to return JSON responses.
8585

0 commit comments

Comments
 (0)