aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Fauver2013-07-09 11:52:14 -0400
committerPawel Kozlowski2013-07-10 22:26:49 +0200
commitded42c7431014dc212481c83338c23261eee87a3 (patch)
tree057645ce0e5045e818c510209d580112748033ca /docs
parent220f0dbcf11ef8bba8917e9a7f5877b49bedb4e9 (diff)
downloadangular.js-ded42c7431014dc212481c83338c23261eee87a3.tar.bz2
docs(guide/di): fix typo
Diffstat (limited to 'docs')
-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.