Skip to content

Commit bb84b54

Browse files
brendanlawtonwouterj
authored andcommitted
Update templating.rst
1 parent 3bfd778 commit bb84b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Creating and Using Templates
66

77
As explained in :doc:`the previous article </controller>`, controllers are
88
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.
9+
they usually end up rendering a template to generate the response contents.
1010

1111
In reality, the controller delegates most of the heavy work to other places so
1212
that code can be tested and reused. When a controller needs to generate HTML,

0 commit comments

Comments
 (0)