aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorbrettcannon2012-07-19 11:21:06 -0300
committerBrian Ford2012-07-19 09:54:53 -0700
commit31c825607dd524241c811ca3e401b119c810e977 (patch)
treea41878f4cca74cc94ea14cc8dada349b640c8a98 /docs/content
parentab6937e2518bfd77d9fe42e3d2e11fe4a7a16814 (diff)
downloadangular.js-31c825607dd524241c811ca3e401b119c810e977.tar.bz2
fix(docs): Tweak some grammar and add some links relating to DI.
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tutorial/step_07.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index b7d635a8..a70d1287 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -46,8 +46,8 @@ history (back and forward navigation) and bookmarks.
### A Note About DI, Injector and Providers
-As you noticed the dependency injection is the core feature of AngularJS, so it's important for you
-to understand a thing or two about how it works.
+As you {@link tutorial/step_05 noticed}, {@link guide/di dependency injection} is the core feature of
+AngularJS, so it's important for you to understand a thing or two about how it works.
When the application bootstraps, Angular creates an injector that will be used for all DI stuff in
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in