Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit af59f4e

Browse files
jameshfishercaitp
authored andcommitted
docs(ngMock): fix typo providers -> provides
Should be a verb, ☆.。.:・゜☆MERCI BEAUCOUP☆.。.:・゜☆
1 parent 24aee81 commit af59f4e

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
@@ -1719,7 +1719,7 @@ angular.mock.$RootElementProvider = function() {
17191719
*
17201720
* # ngMock
17211721
*
1722-
* The `ngMock` module providers support to inject and mock Angular services into unit tests.
1722+
* The `ngMock` module provides support to inject and mock Angular services into unit tests.
17231723
* In addition, ngMock also extends various core ng services such that they can be
17241724
* inspected and controlled in a synchronous manner within test code.
17251725
*

0 commit comments

Comments
 (0)