Skip to content

Commit 435ca2a

Browse files
authored
Merge pull request #448 from davidbludlow/typoWordTo
Fixed small typo in "Styles and classes" page
2 parents d1faa49 + e6505f1 commit 435ca2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ For instance, here `style` doesn't see the margin:
207207
</body>
208208
```
209209
210-
...But what if we need, say, increase the margin by 20px? We want the current value for the start.
210+
...But what if we need, say, to increase the margin by 20px? We want the current value for the start.
211211
212212
There's another method for that: `getComputedStyle`.
213213

0 commit comments

Comments
 (0)