diff options
| -rw-r--r-- | src/ngMock/angular-mocks.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index c832562a..c029dcc3 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1710,9 +1710,9 @@ angular.mock.$RootElementProvider = function() { * * # ngMock * - * The `ngMock` module providers support to inject and mock Angular services into unit tests. In addition, - * ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous - * manner within test code. + * The `ngMock` module providers support to inject and mock Angular services into unit tests. + * In addition, ngMock also extends various core ng services such that they can be + * inspected and controlled in a synchronous manner within test code. * * {@installModule mocks} * |
