Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f4fe28b

Browse files
committed
docs($document): improve the description
Closes #5678
1 parent ace13b9 commit f4fe28b

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)