aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Ávila2013-04-21 15:01:00 +0300
committerPawel Kozlowski2013-04-21 20:06:29 +0200
commitdbfa0d88bbef9424a3a8614e6455bac22218a17d (patch)
tree027a5986098565d62aff71257ca3581c97722503
parentcf3b5cb2fcba7c1949d9ef90da5c91937670824d (diff)
downloadangular.js-dbfa0d88bbef9424a3a8614e6455bac22218a17d.tar.bz2
docs(guide): minor grammatical change
-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.