diff options
| author | brettcannon | 2012-07-18 16:00:45 -0300 | 
|---|---|---|
| committer | Brian Ford | 2012-07-18 12:16:14 -0700 | 
| commit | 161362164532af3578c9e3e8b52cd80b15345add (patch) | |
| tree | cd66d3b26fdee42d432977241d6fc482c22dda92 /docs/content/tutorial | |
| parent | 92a3d2821856c75eb95f8ec6ccf26d6a9b37fdd9 (diff) | |
| download | angular.js-161362164532af3578c9e3e8b52cd80b15345add.tar.bz2 | |
fix(docs): Adjectve accidentally made into an adverb
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 766a3869..ddb04130 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -100,7 +100,7 @@ as follows:  on the `<body>` tag.  * The phone data is then attached to the *scope* (`$scope`) that was injected into our controller -function. The controller scope is a prototypically descendant of the root scope that was created +function. The controller scope is a prototypical descendant of the root scope that was created  when the application bootstrapped. This controller scope is available to all bindings located within  the `<body ng-controller="PhoneListCtrl">` tag. | 
