aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource/resource.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-10-23 17:44:37 -0400
committerMatias Niemelä2013-10-23 17:44:37 -0400
commit269bc7e51f0ae4e4230308e43db934a9fff48756 (patch)
tree1016997dff08bbf506151c37dbdeb97e442853d3 /src/ngResource/resource.js
parente69c2872939cda30f13a1a8390bbc61662c12d9a (diff)
downloadangular.js-269bc7e51f0ae4e4230308e43db934a9fff48756.tar.bz2
chore(docs): fix jsHint errors with long lines
Diffstat (limited to 'src/ngResource/resource.js')
-rw-r--r--src/ngResource/resource.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js
index 968e81f5..04c50886 100644
--- a/src/ngResource/resource.js
+++ b/src/ngResource/resource.js
@@ -9,7 +9,8 @@ var $resourceMinErr = angular.$$minErr('$resource');
*
* # ngResource
*
- * The `ngResource` module provides interaction support with RESTful services via the $resource service.
+ * The `ngResource` module provides interaction support with RESTful services
+ * via the $resource service.
*
* {@installModule resource}
*