Skip to content

Commit

Permalink
Typing correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaneforde authored Jan 3, 2024
1 parent 8f4d698 commit 3bf813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ document.body.append(
```
Makes:
```html
<img src="image.jpg">
<div style="width: 100px; height: 100px;"></div>
```

Read this to learn how it knows if you mean an attribute or a style. (TL;DR: It's not complicated and it gets it right 99.9% of the time.)
Expand Down

0 comments on commit 3bf813d

Please sign in to comment.