From 68dcb35ff92a144a96556827622272d77c794dce Mon Sep 17 00:00:00 2001 From: James Harrison Fisher Date: Mon, 16 Jun 2014 16:43:32 +0100 Subject: [PATCH] docs(ngMock): fix typo providers -> provides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should be a verb, ☆.。.:・゜☆MERCI BEAUCOUP☆.。.:・゜☆ Closes #7852 --- 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 a44b90b5..22226ba9 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. *