aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2014-01-07 17:07:48 -0800
committerIgor Minar2014-01-07 17:07:48 -0800
commit75345e3487642fbc608c3673e64cd7c5d65cb386 (patch)
tree37d88f419f5066f5c424889211159957d53ac65c
parentf4fe28bd92b35cbb558502697dfdd72bee435fee (diff)
downloadangular.js-75345e3487642fbc608c3673e64cd7c5d65cb386.tar.bz2
docs($document): moar better description
Closes #5678
-rw-r--r--src/ng/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/document.js b/src/ng/document.js
index 694412f4..570f9360 100644
--- a/src/ng/document.js
+++ b/src/ng/document.js
@@ -6,7 +6,7 @@
* @requires $window
*
* @description
- * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
+ * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object.
*/
function $DocumentProvider(){
this.$get = ['$window', function(window){