aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorMatt Haggard2013-04-11 15:14:20 -0600
committerIgor Minar2013-04-11 15:03:59 -0700
commita92bb2e02564e9e6cec4ec6c15c3e058a8f37de5 (patch)
tree3000c04a48311fe9ef655a83f820dbce95ce8517 /src/ngMock/angular-mocks.js
parentd521ad3ff6e3800a32464d4f0739a3b6ab9cf0b1 (diff)
downloadangular.js-a92bb2e02564e9e6cec4ec6c15c3e058a8f37de5.tar.bz2
docs: fix typos
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 14a1f09e..62b66576 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -241,7 +241,7 @@ angular.mock.$ExceptionHandlerProvider = function() {
*
* @param {string} mode Mode of operation, defaults to `rethrow`.
*
- * - `rethrow`: If any errors are are passed into the handler in tests, it typically
+ * - `rethrow`: If any errors are passed into the handler in tests, it typically
* means that there is a bug in the application or test, so this mock will
* make these tests fail.
* - `log`: Sometimes it is desirable to test that an error is thrown, for this case the `log` mode stores an