We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfd778 commit bb84b54Copy full SHA for bb84b54
templating.rst
@@ -6,7 +6,7 @@ Creating and Using Templates
6
7
As explained in :doc:`the previous article </controller>`, controllers are
8
responsible for handling each request that comes into a Symfony application and
9
-the usually end up rendering a template to generate the response contents.
+they usually end up rendering a template to generate the response contents.
10
11
In reality, the controller delegates most of the heavy work to other places so
12
that code can be tested and reused. When a controller needs to generate HTML,
0 commit comments