@@ -25,7 +25,7 @@ The latest released version is [`2.0.0`][release].
2525* [ Glossary] ( #glossary )
2626* [ Tree traversal] ( #tree-traversal )
2727* [ Utilities] ( #utilities )
28- * [ List of Utilities ] ( #list-of-utilities )
28+ * [ List of utilities ] ( #list-of-utilities )
2929* [ References] ( #references )
3030* [ Contribute] ( #contribute )
3131* [ Acknowledgments] ( #acknowledgments )
@@ -40,10 +40,10 @@ This specification is written in a [Web IDL][webidl]-like grammar.
4040### Syntax tree
4141
4242Syntax trees are representations of source code or even natural language.
43- These trees are abstractions that make it possible to analyse , transform, and
43+ These trees are abstractions that make it possible to analyze , transform, and
4444generate code.
4545
46- Syntax trees [ come in two flavours ] [ abstract-vs-concrete-trees ] :
46+ Syntax trees [ come in two flavors ] [ abstract-vs-concrete-trees ] :
4747
4848* ** concrete syntax trees** : structures that represent every detail (such as
4949 white-space in white-space insensitive languages)
@@ -425,12 +425,12 @@ sibling (**F**) is traversed and then finally its only child (**G**).
425425There are several projects that deal with nodes from specifications implementing
426426unist:
427427
428- * [ mdast utilities] ( https://github.com/syntax-tree/mdast#list-of-utilities )
429428* [ hast utilities] ( https://github.com/syntax-tree/hast#list-of-utilities )
430- * [ xast utilities] ( https://github.com/syntax-tree/xast #list-of-utilities )
429+ * [ mdast utilities] ( https://github.com/syntax-tree/mdast #list-of-utilities )
431430* [ nlcst utilities] ( https://github.com/syntax-tree/nlcst#list-of-utilities )
431+ * [ xast utilities] ( https://github.com/syntax-tree/xast#list-of-utilities )
432432
433- ### List of Utilities
433+ ### List of utilities
434434
435435* [ ` unist-util-assert ` ] ( https://github.com/syntax-tree/unist-util-assert )
436436 — Assert nodes
@@ -524,8 +524,8 @@ Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas].
524524A curated list of awesome syntax-tree, unist, hast, xast, mdast, and nlcst
525525resources can be found in [ awesome syntax-tree] [ awesome ] .
526526
527- This project has a [ Code of Conduct ] [ coc ] .
528- By interacting with this repository, organisation , or community you agree to
527+ This project has a [ code of conduct ] [ coc ] .
528+ By interacting with this repository, organization , or community you agree to
529529abide by its terms.
530530
531531## Acknowledgments
0 commit comments