@@ -40,7 +40,7 @@ Thus, nesting in selectors is not supported (`p b`, `p > b`), neither are
40
40
selectors like ` :first-child ` , etc.
41
41
This only checks that the given element matches the selector.
42
42
43
- ##### Usage
43
+ ##### Use
44
44
45
45
``` js
46
46
var h = require (' hastscript' )
@@ -75,7 +75,7 @@ Select the first `node` matching `selector` in the given `tree` (could be the
75
75
tree itself).
76
76
Searches the [ * tree* ] [ tree ] in [ * preorder* ] [ preorder ] .
77
77
78
- ##### Usage
78
+ ##### Use
79
79
80
80
``` js
81
81
var h = require (' hastscript' )
@@ -121,7 +121,7 @@ Select all nodes matching `selector` in the given `tree` (could include the tree
121
121
itself).
122
122
Searches the [ * tree* ] [ tree ] in [ * preorder* ] [ preorder ] .
123
123
124
- ##### Usage
124
+ ##### Use
125
125
126
126
``` js
127
127
var h = require (' hastscript' )
@@ -286,8 +286,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
286
286
started.
287
287
See [ ` support.md ` ] [ help ] for ways to get help.
288
288
289
- This project has a [ Code of Conduct ] [ coc ] .
290
- By interacting with this repository, organisation , or community you agree to
289
+ This project has a [ code of conduct ] [ coc ] .
290
+ By interacting with this repository, organization , or community you agree to
291
291
abide by its terms.
292
292
293
293
## License
@@ -318,7 +318,7 @@ abide by its terms.
318
318
319
319
[ collective ] : https://opencollective.com/unified
320
320
321
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
321
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
322
322
323
323
[ chat ] : https://spectrum.chat/unified/syntax-tree
324
324
0 commit comments