@@ -19,7 +19,7 @@ given test.
19
19
npm install unist-util-filter
20
20
```
21
21
22
- ## Usage
22
+ ## Use
23
23
24
24
``` js
25
25
var u = require (' unist-builder' )
@@ -42,8 +42,8 @@ Yields:
42
42
{
43
43
type: ' root' ,
44
44
children: [
45
- { type: ' node' , children: [ { type: ' leaf' , value: ' 2' } ] },
46
- { type: ' leaf' , value: ' 4' }
45
+ {type: ' node' , children: [{ type: ' leaf' , value: ' 2' }] },
46
+ {type: ' leaf' , value: ' 4' }
47
47
]
48
48
}
49
49
```
@@ -77,8 +77,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
77
77
started.
78
78
See [ ` support.md ` ] [ support ] for ways to get help.
79
79
80
- This project has a [ Code of Conduct ] [ coc ] .
81
- By interacting with this repository, organisation , or community you agree to
80
+ This project has a [ code of conduct ] [ coc ] .
81
+ By interacting with this repository, organization , or community you agree to
82
82
abide by its terms.
83
83
84
84
## License
@@ -109,7 +109,7 @@ abide by its terms.
109
109
110
110
[ collective ] : https://opencollective.com/unified
111
111
112
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
112
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
113
113
114
114
[ chat ] : https://spectrum.chat/unified/syntax-tree
115
115
0 commit comments