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

docs(document): so it looks better #5678

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (lite)}-wrapped reference to the browser's `window.document`
* A {@link angular.element jqLite}-wrapped reference to the browser's `window.document`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's either jQuery or jqLite so your change is not quite correct.

I'm going to change it to "jQuery or jqLite -wrapped reference"

* element.
*/
function $DocumentProvider(){
Expand Down