docs(ngMock): fix typo providers -> provides

Should be a verb, ☆.。.:・゜☆MERCI BEAUCOUP☆.。.:・゜☆

Closes #7852
This commit is contained in:
James Harrison Fisher
2014-06-16 16:43:32 +01:00
committed by Caitlin Potter
parent d7bfda61bf
commit 68dcb35ff9

View File

@@ -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.
*