Skip to content

Commit 90068d9

Browse files
authored
Merge pull request developit#19 from Alonski/patch-1
Fix grammar
2 parents 67bb1f2 + d4cddd6 commit 90068d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Since `htm` is a generic library, we need to tell it what to "compile" our templ
8181
The target should be a function of the form `h(tag, props, ...children)` _([hyperscript])_, and can return anything.
8282

8383
```js
84-
// this is our hyperscript function. for now, it just returns an description object.
84+
// this is our hyperscript function. for now, it just returns a description object.
8585
function h(tag, props, ...children) {
8686
return { tag, props, children };
8787
}

0 commit comments

Comments
 (0)