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

Commit 22da294

Browse files
gkalpakNarretz
authored andcommitted
docs(jqLite): typo: getComputedStyles() -> getComputedStyle()
1 parent 22407a9 commit 22da294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
4545
* - [`clone()`](http://api.jquery.com/clone/)
4646
* - [`contents()`](http://api.jquery.com/contents/)
47-
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyles()`
47+
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`
4848
* - [`data()`](http://api.jquery.com/data/)
4949
* - [`detach()`](http://api.jquery.com/detach/)
5050
* - [`empty()`](http://api.jquery.com/empty/)

0 commit comments

Comments
 (0)