From ded42c7431014dc212481c83338c23261eee87a3 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') 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