From e6505f13a1712e6d9b322286deccb4cbabce899d Mon Sep 17 00:00:00 2001 From: David B Ludlow Date: Fri, 29 Jun 2018 16:04:49 -0500 Subject: [PATCH] Fixed small typo in "Styles and classes" page A sentence on the page didn't make grammatical sense until I added the word "to". --- 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 9612da11..3227da15 100644 --- a/2-ui/1-document/08-styles-and-classes/article.md +++ b/2-ui/1-document/08-styles-and-classes/article.md @@ -207,7 +207,7 @@ For instance, here `style` doesn't see the margin: ``` -...But what if we need, say, increase the margin by 20px? We want the current value for the start. +...But what if we need, say, to increase the margin by 20px? We want the current value for the start. There's another method for that: `getComputedStyle`.