Merge pull request #448 from davidbludlow/typoWordTo
Fixed small typo in "Styles and classes" page
This commit is contained in:
commit
435ca2a1e2
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