Skip to content

Commit 68dcb35

Browse files
jameshfishercaitp
authored andcommitted
docs(ngMock): fix typo providers -> provides
Should be a verb, ☆.。.:・゜☆MERCI BEAUCOUP☆.。.:・゜☆ Closes angular#7852
1 parent d7bfda6 commit 68dcb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ angular.mock.$RootElementProvider = function() {
17361736
*
17371737
* # ngMock
17381738
*
1739-
* The `ngMock` module providers support to inject and mock Angular services into unit tests.
1739+
* The `ngMock` module provides support to inject and mock Angular services into unit tests.
17401740
* In addition, ngMock also extends various core ng services such that they can be
17411741
* inspected and controlled in a synchronous manner within test code.
17421742
*

0 commit comments

Comments
 (0)