From f7a0f9d841774c553494d24ecb9b9998e481b8b6 Mon Sep 17 00:00:00 2001 From: Richard Sentino Date: Thu, 26 Sep 2013 00:39:40 +1200 Subject: docs(tutorial/step0): fix minor typo Closes #4154 --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 56ff93c1..855b72be 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -153,7 +153,7 @@ for most cases. In advanced cases, such as when using script loaders, you can us There are 3 important things that happen during the app bootstrap: 1. The {@link api/AUTO.$injector injector} that will be used for dependency injection - within this app is created. + when this app is created. 2. The injector will then create the {@link api/ng.$rootScope root scope} that will become the context for the model of our application. -- cgit v1.2.3