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:
parent
c4870fd269
commit
e6505f13a1
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ For instance, here `style` doesn't see the margin:
|
||||||
</body>
|
</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`.
|
There's another method for that: `getComputedStyle`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue