Skip to content

Commit 3bfb0ee

Browse files
cordovalweaverryan
authored andcommitted
Update templating.rst
1 parent 3ef2a4d commit 3bfb0ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

book/templating.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,9 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):
670670
Whenever you find that you need a variable or a piece of information that
671671
you don't have access to in a template, consider rendering a controller.
672672
Controllers are fast to execute and promote good code organization and reuse.
673-
This however does not mean however to create fat controllers but rather
674-
to create services used within thin controllers that just render those pieces.
673+
This however should not encourage many fat controllers but rather
674+
to create services used within few view-oriented thin controllers that
675+
just render those pieces needed.
675676

676677
Asynchronous Content with hinclude.js
677678
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)