Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 1e80deb

Browse files
committed
Refactor prose
1 parent 4b47a1e commit 1e80deb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a [hyperscript][] DSL.
1919
npm install hast-to-hyperscript
2020
```
2121

22-
## Usage
22+
## Use
2323

2424
```js
2525
var toH = require('hast-to-hyperscript')
@@ -100,7 +100,7 @@ Create an [*element*][element] from the given values.
100100

101101
###### Nodes
102102

103-
Most Hyperscript implementations only support [*elements*][element] and
103+
Most hyperscript implementations only support [*elements*][element] and
104104
[*texts*][text].
105105
[**hast**][hast] supports [*doctype*][doctype], [*comment*][comment], and
106106
[*root*][root] as well.
@@ -139,16 +139,16 @@ Use [`hast-util-santize`][sanitize] to make the hast tree safe.
139139
## Related
140140

141141
* [`hastscript`][hastscript] — Hyperscript compatible DSL for creating nodes
142-
* [`hast-util-sanitize`][sanitize]Sanitise nodes
142+
* [`hast-util-sanitize`][sanitize]Sanitize nodes
143143

144144
## Contribute
145145

146146
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
147147
started.
148148
See [`support.md`][support] for ways to get help.
149149

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
152152
abide by its terms.
153153

154154
## License
@@ -179,7 +179,7 @@ abide by its terms.
179179

180180
[collective]: https://opencollective.com/unified
181181

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
183183

184184
[chat]: https://spectrum.chat/unified/syntax-tree
185185

0 commit comments

Comments
 (0)