Skip to content

Commit

Permalink
docs($document): moar better description
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored and jamesdaily committed Jan 27, 2014
1 parent 9db5079 commit befa2d1
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 befa2d1

Please sign in to comment.