Skip to content

Commit 952deaf

Browse files
committed
minor #6886 Update controllers.rst (asandjivy)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6886). Discussion ---------- Update controllers.rst Commits ------- c18f7b5 Update controllers.rst
2 parents 50c8385 + c18f7b5 commit 952deaf

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)