aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorRobert Fauver2013-07-09 11:52:14 -0400
committerPawel Kozlowski2013-07-10 22:30:53 +0200
commit7a3e182e9c9529c210a08f632e4ef342712fb5f0 (patch)
treef5a07845cb80ace6e0f6dab2f849f70ce8156edf /docs/content/guide
parent2471f6b01c2fe26269bae53f173921350a8f418d (diff)
downloadangular.js-7a3e182e9c9529c210a08f632e4ef342712fb5f0.tar.bz2
docs(guide/di): fix typo
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/di.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc
index 3e8b7138..5a06a894 100644
--- a/docs/content/guide/di.ngdoc
+++ b/docs/content/guide/di.ngdoc
@@ -24,7 +24,7 @@ There are only three ways an object or a function can get a hold of its dependen
The first two options of creating or looking up dependencies are not optimal because they hard
-code the dependency. This make it difficult, if not impossible, to modify the dependencies.
+code the dependency. This makes it difficult, if not impossible, to modify the dependencies.
This is especially problematic in tests, where it is often desirable to provide mock dependencies
for test isolation.