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

Commit 31c8256

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Tweak some grammar and add some links relating to DI.
1 parent ab6937e commit 31c8256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_07.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ history (back and forward navigation) and bookmarks.
4646

4747
### A Note About DI, Injector and Providers
4848

49-
As you noticed the dependency injection is the core feature of AngularJS, so it's important for you
50-
to understand a thing or two about how it works.
49+
As you {@link tutorial/step_05 noticed}, {@link guide/di dependency injection} is the core feature of
50+
AngularJS, so it's important for you to understand a thing or two about how it works.
5151

5252
When the application bootstraps, Angular creates an injector that will be used for all DI stuff in
5353
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in

0 commit comments

Comments
 (0)