@@ -40,7 +40,7 @@ Thus, nesting in selectors is not supported (`p b`, `p > b`), neither are
4040selectors like ` :first-child ` , etc.
4141This only checks that the given element matches the selector.
4242
43- ##### Usage
43+ ##### Use
4444
4545``` js
4646var h = require (' hastscript' )
@@ -75,7 +75,7 @@ Select the first `node` matching `selector` in the given `tree` (could be the
7575tree itself).
7676Searches the [ * tree* ] [ tree ] in [ * preorder* ] [ preorder ] .
7777
78- ##### Usage
78+ ##### Use
7979
8080``` js
8181var h = require (' hastscript' )
@@ -121,7 +121,7 @@ Select all nodes matching `selector` in the given `tree` (could include the tree
121121itself).
122122Searches the [ * tree* ] [ tree ] in [ * preorder* ] [ preorder ] .
123123
124- ##### Usage
124+ ##### Use
125125
126126``` js
127127var h = require (' hastscript' )
@@ -286,8 +286,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
286286started.
287287See [ ` support.md ` ] [ help ] for ways to get help.
288288
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
291291abide by its terms.
292292
293293## License
@@ -318,7 +318,7 @@ abide by its terms.
318318
319319[ collective ] : https://opencollective.com/unified
320320
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
322322
323323[ chat ] : https://spectrum.chat/unified/syntax-tree
324324
0 commit comments