diff options
| author | Richard Sentino | 2013-09-26 00:39:40 +1200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-30 21:42:37 +0100 | 
| commit | f7a0f9d841774c553494d24ecb9b9998e481b8b6 (patch) | |
| tree | eb0344e641db6a532983572fa8ad7cd99bc0cb9b | |
| parent | b17d40b4a53c7490d6bed3ac1bacc36c3017a189 (diff) | |
| download | angular.js-f7a0f9d841774c553494d24ecb9b9998e481b8b6.tar.bz2 | |
docs(tutorial/step0): fix minor typo
Closes #4154
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 2 | 
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. | 
