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){