We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a3d28 commit 1613621Copy full SHA for 1613621
docs/content/tutorial/step_02.ngdoc
@@ -100,7 +100,7 @@ as follows:
100
on the `<body>` tag.
101
102
* The phone data is then attached to the *scope* (`$scope`) that was injected into our controller
103
-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
104
when the application bootstrapped. This controller scope is available to all bindings located within
105
the `<body ng-controller="PhoneListCtrl">` tag.
106
0 commit comments