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`.