Skip to content

Commit c18f7b5

Browse files
asandjivyweaverryan
authored andcommitted
Update controllers.rst
1 parent 50c8385 commit c18f7b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/controllers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ it more difficult to know which template is being rendered. It also makes
8585
it less obvious to beginners that a controller should always return a Response
8686
object (unless you're using a view layer).
8787

88-
How the Controller Looks
89-
------------------------
88+
What does the Controller look like
89+
----------------------------------
9090

91-
Considering all this, here is an example of how the controller should look
91+
Considering all this, here is an example of what the controller should look like
9292
for the homepage of our app:
9393

9494
.. code-block:: php

0 commit comments

Comments
 (0)