docs(tutorial/step0): fix minor typo

Closes #4154
This commit is contained in:
Richard Sentino 2013-09-26 00:39:40 +12:00 committed by Pete Bacon Darwin
parent 2ebf931630
commit d79822e73a

View file

@ -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.