@@ -19,7 +19,7 @@ a [hyperscript][] DSL.
19
19
npm install hast-to-hyperscript
20
20
```
21
21
22
- ## Usage
22
+ ## Use
23
23
24
24
``` js
25
25
var toH = require (' hast-to-hyperscript' )
@@ -100,7 +100,7 @@ Create an [*element*][element] from the given values.
100
100
101
101
###### Nodes
102
102
103
- Most Hyperscript implementations only support [ * elements* ] [ element ] and
103
+ Most hyperscript implementations only support [ * elements* ] [ element ] and
104
104
[ * texts* ] [ text ] .
105
105
[ ** hast** ] [ hast ] supports [ * doctype* ] [ doctype ] , [ * comment* ] [ comment ] , and
106
106
[ * root* ] [ root ] as well.
@@ -139,16 +139,16 @@ Use [`hast-util-santize`][sanitize] to make the hast tree safe.
139
139
## Related
140
140
141
141
* [ ` hastscript ` ] [ hastscript ] — Hyperscript compatible DSL for creating nodes
142
- * [ ` hast-util-sanitize ` ] [ sanitize ] — Sanitise nodes
142
+ * [ ` hast-util-sanitize ` ] [ sanitize ] — Sanitize nodes
143
143
144
144
## Contribute
145
145
146
146
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
147
147
started.
148
148
See [ ` support.md ` ] [ support ] for ways to get help.
149
149
150
- This project has a [ Code of Conduct ] [ coc ] .
151
- By interacting with this repository, organisation , or community you agree to
150
+ This project has a [ code of conduct ] [ coc ] .
151
+ By interacting with this repository, organization , or community you agree to
152
152
abide by its terms.
153
153
154
154
## License
@@ -179,7 +179,7 @@ abide by its terms.
179
179
180
180
[ collective ] : https://opencollective.com/unified
181
181
182
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
182
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
183
183
184
184
[ chat ] : https://spectrum.chat/unified/syntax-tree
185
185
0 commit comments