We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c8385 commit c18f7b5Copy full SHA for c18f7b5
best_practices/controllers.rst
@@ -85,10 +85,10 @@ it more difficult to know which template is being rendered. It also makes
85
it less obvious to beginners that a controller should always return a Response
86
object (unless you're using a view layer).
87
88
-How the Controller Looks
89
-------------------------
+What does the Controller look like
+----------------------------------
90
91
-Considering all this, here is an example of how the controller should look
+Considering all this, here is an example of what the controller should look like
92
for the homepage of our app:
93
94
.. code-block:: php
0 commit comments