Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1613621

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Adjectve accidentally made into an adverb
1 parent 92a3d28 commit 1613621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ as follows:
100100
on the `<body>` tag.
101101

102102
* 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
103+
function. The controller scope is a prototypical descendant of the root scope that was created
104104
when the application bootstrapped. This controller scope is available to all bindings located within
105105
the `<body ng-controller="PhoneListCtrl">` tag.
106106

0 commit comments

Comments
 (0)