From 22da294cbb951b27ce09d10fd41f49f67629bdbb Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Thu, 16 Oct 2014 09:08:07 +0300 Subject: [PATCH] docs(jqLite): typo: `getComputedStyles()` -> `getComputedStyle()` --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jqLite.js b/src/jqLite.js index 06d2484e..0bb9a22e 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -44,7 +44,7 @@ * - [`children()`](http://api.jquery.com/children/) - Does not support selectors * - [`clone()`](http://api.jquery.com/clone/) * - [`contents()`](http://api.jquery.com/contents/) - * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyles()` + * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()` * - [`data()`](http://api.jquery.com/data/) * - [`detach()`](http://api.jquery.com/detach/) * - [`empty()`](http://api.jquery.com/empty/)