diff --git a/2-ui/1-document/08-styles-and-classes/article.md b/2-ui/1-document/08-styles-and-classes/article.md index fafdf26d..1c5f0948 100644 --- a/2-ui/1-document/08-styles-and-classes/article.md +++ b/2-ui/1-document/08-styles-and-classes/article.md @@ -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.