8000 minor #8417 Update templating.rst (brendanlawton) · symfony/symfony-docs@47e4769 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47e4769

Browse files
committed
minor #8417 Update templating.rst (brendanlawton)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8417). Discussion ---------- Update templating.rst Commits ------- bb84b54 Update templating.rst
2 parents 3bfd778 + bb84b54 commit 47e4769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating.rst

Lines changed: 1 addition & 1 deletion
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)
0