aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorPaulo Ávila2013-04-21 15:01:00 +0300
committerPawel Kozlowski2013-04-21 19:53:52 +0200
commit2c34596b32e4ec72c680bc7cf1eaff183d870b7a (patch)
tree556dbbf6e23acfe7a98fb0a8900e231e777b9553 /docs/content/guide
parent59c29e320a2c764e59f990e2064689b0b4fc33c7 (diff)
downloadangular.js-2c34596b32e4ec72c680bc7cf1eaff183d870b7a.tar.bz2
docs(guide): minor grammatical change
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 bd9cea20..4dcecced 100644
--- a/docs/content/guide/di.ngdoc
+++ b/docs/content/guide/di.ngdoc
@@ -23,7 +23,7 @@ There are only three ways how an object or a function can get a hold of its depe
3. The dependency can be passed in to where it is needed.
-The first two option of creating or looking up dependencies are not optimal, because they hard
+The first two options of creating or looking up dependencies are not optimal, because they hard
code the dependency, making 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.