getComputedStyle typo

This commit is contained in:
Kurczok 2017-09-03 14:15:50 +02:00 committed by GitHub
parent 1a2982650d
commit 17c2317cc7

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.