From 75345e3487642fbc608c3673e64cd7c5d65cb386 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 7 Jan 2014 17:07:48 -0800 Subject: docs($document): moar better description Closes #5678 --- src/ng/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/document.js') 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){ -- cgit v1.2.3