Skip to content

Commit 328f3ae

Browse files
IgorMinarjamesdaily
authored andcommitted
docs($document): improve the description
Closes angular#5678
1 parent 771ba7c commit 328f3ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/document.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* @requires $window
77
*
88
* @description
9-
* A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
10-
* element.
9+
* A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
1110
*/
1211
function $DocumentProvider(){
1312
this.$get = ['$window', function(window){

0 commit comments

Comments
 (0)