Skip to content

Commit 17c2317

Browse files
getComputedStyle typo
1 parent 1a29826 commit 17c2317

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

+1-1
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)