1818npm install nlcst-normalize
1919```
2020
21- ## Usage
21+ ## Use
2222
2323``` js
2424var normalize = require (' nlcst-normalize' )
@@ -44,8 +44,9 @@ normalize({
4444### ` normalize(value[, options]) `
4545
4646Normalize a word (` string ` , [ ` Node ` ] [ node ] , ` Array.<Node> ` ) for easier
47- comparison. Always normalises smart apostrophes (` ’ ` ) to straight
48- apostrophes (` ' ` ) and lowercases alphabetical characters (` [A-Z] ` ).
47+ comparison.
48+ Always normalizes smart apostrophes (` ’ ` ) to straight apostrophes (` ' ` ) and
49+ lowercases alphabetical characters (` [A-Z] ` ).
4950
5051###### ` options.allowApostrophes `
5152
@@ -61,8 +62,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
6162started.
6263See [ ` support.md ` ] [ support ] for ways to get help.
6364
64- This project has a [ Code of Conduct ] [ coc ] .
65- By interacting with this repository, organisation , or community you agree to
65+ This project has a [ code of conduct ] [ coc ] .
66+ By interacting with this repository, organization , or community you agree to
6667abide by its terms.
6768
6869## License
@@ -93,7 +94,7 @@ abide by its terms.
9394
9495[ collective ] : https://opencollective.com/unified
9596
96- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
97+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
9798
9899[ chat ] : https://spectrum.chat/unified/syntax-tree
99100
0 commit comments