Merge pull request #160 from Kurczok/patch-3

getComputedStyle typo
This commit is contained in:
Ilya Kantor 2017-09-03 19:18:15 +03:00 committed by GitHub
commit e8eeab1316

View file

@ -301,4 +301,4 @@ To change the styles:
To read the resolved styles (with respect to all classes, after all CSS is applied and final values are calculated):
- The `getComputedStyles(elem[, pseudo])` returns the style-like object with them. Read-only.
- The `getComputedStyle(elem[, pseudo])` returns the style-like object with them. Read-only.