Skip to content

Commit 2e6f84a

Browse files
authored
Update README.md
1 parent 63862a0 commit 2e6f84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It uses standard JavaScript [Tagged Templates] and works in [all modern browsers
2828

2929
The syntax you write when using HTM is as close as possible to JSX:
3030

31-
- Spread props: `<div ...${props}>` intead of `<div ...{props}>`
31+
- Spread props: `<div ...${props}>` instead of `<div ...{props}>`
3232
- Self-closing tags: `<div />`
3333
- Components: `<${Foo}>` instead of `<Foo>` _(where `Foo` is a component reference)_
3434
- Boolean attributes: `<div draggable />`

0 commit comments

Comments
 (0)