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

Commit

Permalink
fix(docs): Adjectve accidentally made into an adverb
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 18, 2012
1 parent 92a3d28 commit 1613621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1613621

Please sign in to comment.