aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-09 08:44:12 +0100
committerPete Bacon Darwin2013-09-09 08:44:12 +0100
commit01a7ec086604aba82d1c59727cd25a4a8fe172c4 (patch)
treeba4d8dd90feca670e489bdeb0613516e81e17a25 /src/ngMock/angular-mocks.js
parent4def730de706170995cfb9f62da6397b7cc18285 (diff)
downloadangular.js-01a7ec086604aba82d1c59727cd25a4a8fe172c4.tar.bz2
docs(mock.inject): fix typo
Diffstat (limited to 'src/ngMock/angular-mocks.js')
-rw-r--r--src/ngMock/angular-mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js
index b41956d5..cb4ce202 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -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`.