Skip to content

Commit b446921

Browse files
committed
Refactor prose
1 parent d249445 commit b446921

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4242
Syntax 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
4444
generate 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**).
425425
There are several projects that deal with nodes from specifications implementing
426426
unist:
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].
524524
A curated list of awesome syntax-tree, unist, hast, xast, mdast, and nlcst
525525
resources 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
529529
abide by its terms.
530530

531531
## Acknowledgments

0 commit comments

Comments
 (0)