From 161362164532af3578c9e3e8b52cd80b15345add Mon Sep 17 00:00:00 2001 From: brettcannon Date: Wed, 18 Jul 2012 16:00:45 -0300 Subject: [PATCH] fix(docs): Adjectve accidentally made into an adverb --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 766a386992d6..ddb041309c95 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -100,7 +100,7 @@ as follows: on the `` 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 `` tag.