Merge pull request #448 from davidbludlow/typoWordTo

Fixed small typo in "Styles and classes" page
This commit is contained in:
Ilya Kantor 2018-07-03 18:55:14 +03:00 committed by GitHub
commit 435ca2a1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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