Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-43.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
cforney committed Jul 22, 2023
1 parent 5df433c commit 9379bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/learn/syntax-trees-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ To import the types in [JSDoc TypeScript][ts-jsdoc], use:
### xast (XML)

[xast (e**x**tensible **a**bstract **s**yntax **t**ree)][xast]
extends unist with types specific for HTML such as `Element`, `CData`,
extends unist with types specific for XML such as `Element`, `CData`,
`Instruction`, and many more.
The specification includes a full list of nodes.
The types are available in a types only package: [`@types/xast`][ts-xast].
Expand Down

0 comments on commit 9379bc3

Please sign in to comment.