diff options
| author | andre | 2013-10-28 23:56:45 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-30 20:52:18 +0000 |
| commit | 8a3aba73585c310725b79d422586ca1f423e8f1d (patch) | |
| tree | 9786f1dba9d19755a76d756071d8ed977a47158b | |
| parent | d434eabec3955f8d56c859c93befe711bfa1de27 (diff) | |
| download | angular.js-8a3aba73585c310725b79d422586ca1f423e8f1d.tar.bz2 | |
docs(guide/understanding_controller): correct grammar
Add the word "to" to improve grammar.
Closes #4698
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc index dd339b58..7d36d65d 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc @@ -63,7 +63,7 @@ of the Controller on the `$scope` service provided by Angular. See the guide on # Adding Behavior to a Scope Object In order to react to events or execute computation in the view we must provide behavior to the -scope. We add behavior the scope by attaching methods to the `$scope` object. These methods are +scope. We add behavior to the scope by attaching methods to the `$scope` object. These methods are then available to be called from the template/view. The following example uses a Controller to add a method to the scope, which doubles a number: |
