Skip to content

Commit 7a52da6

Browse files
rwuebkerpkozlowski-opensource
authored andcommitted
docs(guide/controller): improve wording
Closes angular#11000
1 parent 5da1256 commit 7a52da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/controller.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In order to react to events or execute computation in the view we must provide b
7575
scope. We add behavior to the scope by attaching methods to the `$scope` object. These methods are
7676
then available to be called from the template/view.
7777

78-
The following example uses a Controller to add a method to the scope, which doubles a number:
78+
The following example uses a Controller to add a method, which doubles a number, to the scope:
7979

8080
```js
8181
var myApp = angular.module('myApp',[]);

0 commit comments

Comments
 (0)