Fixed small typo in "Styles and classes" page

A sentence on the page didn't make grammatical sense until I added the word "to".
This commit is contained in:
David B Ludlow 2018-06-29 16:04:49 -05:00
parent c4870fd269
commit e6505f13a1

View file

@ -207,7 +207,7 @@ For instance, here `style` doesn't see the margin:
</body>
```
...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`.