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

Commit 01a7ec0

Browse files
docs(mock.inject): fix typo
1 parent 4def730 commit 01a7ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ angular.mock.clearDataCache = function() {
19001900
* the variable to have the same name of the reference we have a problem, since the parameter
19011901
* to the `inject()` function would hide the outer variable.
19021902
*
1903-
* To help with this, the injected parameters can, optionally, beenclosing with underscores.
1903+
* To help with this, the injected parameters can, optionally, be enclosed with underscores.
19041904
* These are ignored by the injector when the reference name is resolved.
19051905
*
19061906
* For example, the parameter `_myService_` would be resolved as the reference `myService`.

0 commit comments

Comments
 (0)