diff options
| author | Walter Higgins | 2013-10-15 12:28:40 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-24 22:11:56 +0100 | 
| commit | 88e35fa8d64cf28db9c84df67549b2a0ee1960cf (patch) | |
| tree | 89e0626344cb684cbcc87dbf6fce42ee79a95e8f /docs | |
| parent | 93132b96bf149bcd53c9ae86b8115a522afc4119 (diff) | |
| download | angular.js-88e35fa8d64cf28db9c84df67549b2a0ee1960cf.tar.bz2 | |
docs(tutorial/step_00): reword sentence to make sense
Closes #4429
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 3 | 
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. | 
