aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/tutorial/step_00.ngdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 5398b201..3dab88e9 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -147,8 +147,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
- when this app is created.
+1. The {@link api/AUTO.$injector injector} that will be used for dependency injection 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.