Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d79822e

Browse files
rixrixpetebacondarwin
authored andcommittedSep 30, 2013
docs(tutorial/step0): fix minor typo
Closes #4154
1 parent 2ebf931 commit d79822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for most cases. In advanced cases, such as when using script loaders, you can us
148148
There are 3 important things that happen during the app bootstrap:
149149

150150
1. The {@link api/AUTO.$injector injector} that will be used for dependency injection
151-
within this app is created.
151+
when this app is created.
152152

153153
2. The injector will then create the {@link api/ng.$rootScope root scope} that will
154154
become the context for the model of our application.

1 commit comments

Comments
 (1)

walterhiggins commented on Oct 15, 2013

@walterhiggins
Contributor

Shouldn't the text be:

  1. The {@link api/AUTO.$injector injector} that will be used for dependency injection within this app is created.

rather than:

  1. The {@link api/AUTO.$injector injector} that will be used for dependency injection when this app is created.

The latter makes no sense.

This repository has been archived.