Skip to content

Commit 9379bc3

Browse files
authored
Fix typo
Closes GH-43. Reviewed-by: Titus Wormer <[email protected]>
1 parent 5df433c commit 9379bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/learn/syntax-trees-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ To import the types in [JSDoc TypeScript][ts-jsdoc], use:
243243
### xast (XML)
244244

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

0 commit comments

Comments
 (0)