We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d02a4d commit 10b0e2eCopy full SHA for 10b0e2e
README.md
@@ -89,7 +89,7 @@ ReactDOM.render(html`<a href="/">Hello!</a>`, document.body);
89
90
### Advanced Usage
91
92
-Since `htm` is a generic library, so we need to tell it what to "compile" our templates to.
+Since `htm` is a generic library, we need to tell it what to "compile" our templates to.
93
You can bind `htm` to any function of the form `h(type, props, ...children)` _([hyperscript])_.
94
This function can return anything - `htm` never looks at the return value.
95
0 commit comments