aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/document.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/document.js')
-rw-r--r--src/service/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/document.js b/src/service/document.js
index 93d4d9a5..f15c5900 100644
--- a/src/service/document.js
+++ b/src/service/document.js
@@ -5,7 +5,7 @@
* @requires $window
*
* @description
- * Reference to the browser window.document, but wrapped into angular.element().
+ * A reference to the browser window.document, but wrapped into angular.element().
*/
angularServiceInject("$document", function(window){
return jqLite(window.document);