From 17c2317cc7215f0fdb0578f789759513cb189c64 Mon Sep 17 00:00:00 2001 From: Kurczok Date: Sun, 3 Sep 2017 14:15:50 +0200 Subject: [PATCH] getComputedStyle typo --- 2-ui/1-document/08-styles-and-classes/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.