docs(mock.inject): fix typo

This commit is contained in:
Pete Bacon Darwin 2013-09-09 08:44:12 +01:00
parent 4def730de7
commit 01a7ec0866

View file

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