Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbd90a4

Browse files
docs(mock.inject): fix typo
1 parent 5b1f9b3 commit dbd90a4

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
@@ -1743,7 +1743,7 @@ window.jasmine && (function(window) {
17431743
* the variable to have the same name of the reference we have a problem, since the parameter
17441744
* to the `inject()` function would hide the outer variable.
17451745
*
1746-
* To help with this, the injected parameters can, optionally, beenclosing with underscores.
1746+
* To help with this, the injected parameters can, optionally, be enclosed with underscores.
17471747
* These are ignored by the injector when the reference name is resolved.
17481748
*
17491749
* For example, the parameter `_myService_` would be resolved as the reference `myService`.

0 commit comments

Comments
 (0)