aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-09 08:44:12 +0100
committerPete Bacon Darwin2013-09-09 08:44:25 +0100
commitdbd90a4d7884af1ec68e97bec5367c8d95851932 (patch)
tree4b61e473822ab65acf19062a476fd6df03fa6ee8 /src
parent5b1f9b3c2b89fa51a07491ea5448564a9787a547 (diff)
downloadangular.js-dbd90a4d7884af1ec68e97bec5367c8d95851932.tar.bz2
docs(mock.inject): fix typo
Diffstat (limited to 'src')
-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 e6b7b868..e37d477d 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -1743,7 +1743,7 @@ window.jasmine && (function(window) {
* 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`.