Skip to content

Commit 8a3aba7

Browse files
aevangepetebacondarwin
authored andcommitted
docs(guide/understanding_controller): correct grammar
Add the word "to" to improve grammar. Closes angular#4698
1 parent d434eab commit 8a3aba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ of the Controller on the `$scope` service provided by Angular. See the guide on
6363
# Adding Behavior to a Scope Object
6464

6565
In order to react to events or execute computation in the view we must provide behavior to the
66-
scope. We add behavior the scope by attaching methods to the `$scope` object. These methods are
66+
scope. We add behavior to the scope by attaching methods to the `$scope` object. These methods are
6767
then available to be called from the template/view.
6868

6969
The following example uses a Controller to add a method to the scope, which doubles a number:

0 commit comments

Comments
 (0)