aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-10-23 17:04:46 -0400
committerMatias Niemelä2013-10-23 17:06:14 -0400
commit32ab648c79b4783f1cc2491919b659d17004356c (patch)
treee1cc1e215abb56912356f5795cec00d1ee60452d /src/ngMock/angular-mocks.js
parenta7e12b7959212f2fa88fe17d5a045cc9d8b22922 (diff)
downloadangular.js-32ab648c79b4783f1cc2491919b659d17004356c.tar.bz2
chore(ngMocks): shorten the length of the description line to avoid jsHint errors
Diffstat (limited to 'src/ngMock/angular-mocks.js')
-rw-r--r--src/ngMock/angular-mocks.js6
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}
*