@@ -244,7 +244,7 @@ angular.mock.$ExceptionHandlerProvider = function() {
244
244
* - `rethrow`: If any errors are are passed into the handler in tests, it typically
245
245
* means that there is a bug in the application or test, so this mock will
246
246
* make these tests fail.
247
- * - `log`: Sometimes it is desirable to test that an error is throw , for this case the `log` mode stores an
247
+ * - `log`: Sometimes it is desirable to test that an error is thrown , for this case the `log` mode stores an
248
248
* array of errors in `$exceptionHandler.errors`, to allow later assertion of them.
249
249
* See {@link ngMock.$log#assertEmpty assertEmpty()} and
250
250
* {@link ngMock.$log#reset reset()}
@@ -1687,7 +1687,7 @@ window.jstestdriver && (function(window) {
1687
1687
* @name angular.mock.module
1688
1688
* @description
1689
1689
*
1690
- * *NOTE*: This is function is also published on window for easy access.<br>
1690
+ * *NOTE*: This function is also published on window for easy access.<br>
1691
1691
*
1692
1692
* This function registers a module configuration code. It collects the configuration information
1693
1693
* which will be used when the injector is created by {@link angular.mock.inject inject}.
@@ -1719,7 +1719,7 @@ window.jstestdriver && (function(window) {
1719
1719
* @name angular.mock.inject
1720
1720
* @description
1721
1721
*
1722
- * *NOTE*: This is function is also published on window for easy access.<br>
1722
+ * *NOTE*: This function is also published on window for easy access.<br>
1723
1723
*
1724
1724
* The inject function wraps a function into an injectable function. The inject() creates new
1725
1725
* instance of {@link AUTO.$injector $injector} per test, which is then used for
0 commit comments