diff options
| author | Richard Sentino | 2013-09-26 00:39:40 +1200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-30 21:28:19 +0100 | 
| commit | d79822e73ae7f4612c45be2c1d8c9968fdbccf43 (patch) | |
| tree | 4e5f822271e057b2013be22b9882fbc0e1f595cf /docs | |
| parent | 2ebf93163027abc55ba27f673be3b8dc1281c068 (diff) | |
| download | angular.js-d79822e73ae7f4612c45be2c1d8c9968fdbccf43.tar.bz2 | |
docs(tutorial/step0): fix minor typo
Closes #4154
Diffstat (limited to 'docs')
| -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 b082666b..5398b201 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -148,7 +148,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. | 
