8000 fix: correct typo by cforney · Pull Request #43 · unifiedjs/unifiedjs.github.io · GitHub
[go: up one dir, main page]

Skip to content

fix: correct typo #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2023
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
0