From eb4282067328cb04582a4fbccbc5185ed69c803e Mon Sep 17 00:00:00 2001 From: James Harrison Fisher Date: Mon, 16 Jun 2014 16:43:32 +0100 Subject: [PATCH] Fix typo --- src/ngMock/angular-mocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index a44b90b5aa3e..22226ba95cb3 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1736,7 +1736,7 @@ angular.mock.$RootElementProvider = function() { * * # ngMock * - * The `ngMock` module providers support to inject and mock Angular services into unit tests. + * The `ngMock` module provides support to inject and mock Angular services into unit tests. * In addition, ngMock also extends various core ng services such that they can be * inspected and controlled in a synchronous manner within test code. *