Skip to content

Commit ad2501a

Browse files
cordovalweaverryan
authored andcommitted
better grammar
1 parent c06ccf9 commit ad2501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/templating.rst

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

77
As you know, the :doc:`controller </book/controller>` is responsible for
88
handling each request that comes into a Symfony2 application. In reality,
9-
the controller delegates the most of the heavy work to other places so that
9+
the controller delegates most of the heavy work to other places so that
1010
code can be tested and reused. When a controller needs to generate HTML,
1111
CSS or any other content, it hands the work off to the templating engine.
1212
In this chapter, you'll learn how to write powerful templates that can be

0 commit comments

Comments
 (0)