From 88e35fa8d64cf28db9c84df67549b2a0ee1960cf Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Tue, 15 Oct 2013 12:28:40 +0100 Subject: docs(tutorial/step_00): reword sentence to make sense Closes #4429 --- docs/content/tutorial/step_00.ngdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') 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. -- cgit v1.2.3