diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc index f029e6da3908..a5f7fc7f076f 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).