docs(tutorial/step_00): reword sentence to make sense

Closes #4429
This commit is contained in:
Walter Higgins 2013-10-15 12:28:40 +01:00 committed by Pete Bacon Darwin
parent 93132b96bf
commit 88e35fa8d6

View file

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