aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sentino2013-09-26 00:39:40 +1200
committerPete Bacon Darwin2013-09-30 21:42:37 +0100
commitf7a0f9d841774c553494d24ecb9b9998e481b8b6 (patch)
treeeb0344e641db6a532983572fa8ad7cd99bc0cb9b
parentb17d40b4a53c7490d6bed3ac1bacc36c3017a189 (diff)
downloadangular.js-f7a0f9d841774c553494d24ecb9b9998e481b8b6.tar.bz2
docs(tutorial/step0): fix minor typo
Closes #4154
-rw-r--r--docs/content/tutorial/step_00.ngdoc2
1 files changed, 1 insertions, 1 deletions
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.