From 2cdb588b8660940bdb73c6a909a12d9c594e4b91 Mon Sep 17 00:00:00 2001 From: gabriel-tessier Date: Wed, 23 Oct 2013 18:51:36 +0900 Subject: docs(guide/unit-testing): fix typo Closes #4601 --- docs/content/guide/dev_guide.unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.unit-testing.ngdoc') diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc index f029e6da..a5f7fc7f 100644 --- a/docs/content/guide/dev_guide.unit-testing.ngdoc +++ b/docs/content/guide/dev_guide.unit-testing.ngdoc @@ -132,7 +132,7 @@ function MyClass() { However, where does the serviceRegistry come from? if it is: -* `new`-ed up, the the test has no chance to reset the services for testing +* `new`-ed up, the test has no chance to reset the services for testing * global look-up, then the service returned is global as well (but resetting is easier, since there is only one global variable to be reset). -- cgit v1.2.3