From 7a3e182e9c9529c210a08f632e4ef342712fb5f0 Mon Sep 17 00:00:00 2001 From: Robert Fauver Date: Tue, 9 Jul 2013 11:52:14 -0400 Subject: docs(guide/di): fix typo --- docs/content/guide/di.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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. -- cgit v1.2.3