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

Commit

Permalink
docs($document): moar better description
Browse files Browse the repository at this point in the history
Closes #5678
  • Loading branch information
IgorMinar committed Jan 8, 2014
1 parent f4fe28b commit 75345e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 75345e3

Please sign in to comment.