We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06ccf9 commit ad2501aCopy full SHA for ad2501a
book/templating.rst
@@ -6,7 +6,7 @@ Creating and using Templates
6
7
As you know, the :doc:`controller </book/controller>` is responsible for
8
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
+the controller delegates most of the heavy work to other places so that
10
code can be tested and reused. When a controller needs to generate HTML,
11
CSS or any other content, it hands the work off to the templating engine.
12
In this chapter, you'll learn how to write powerful templates that can be
0 commit comments