Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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