Skip to content

Commit e8eeab1

Browse files
authored
Merge pull request #160 from Kurczok/patch-3
getComputedStyle typo
2 parents f576a35 + 17c2317 commit e8eeab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ To change the styles:
301301

302302
To read the resolved styles (with respect to all classes, after all CSS is applied and final values are calculated):
303303

304-
- The `getComputedStyles(elem[, pseudo])` returns the style-like object with them. Read-only.
304+
- The `getComputedStyle(elem[, pseudo])` returns the style-like object with them. Read-only.

0 commit comments

Comments
 (0)