Skip to content

Commit 6c45f16

Browse files
committed
Fix typos
1 parent b4978e7 commit 6c45f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
## What is this?
2929

3030
This package is a utility that takes a [hast][] (HTML) syntax tree as input and
31-
turns it into an [estree][] (JavaScript) syntax tree JSX extension.
31+
turns it into an [estree][] (JavaScript) syntax tree (with a JSX extension).
3232
This package also supports embedded MDX nodes.
3333

3434
## When should I use this?
3535

3636
This project is useful when you want to embed HTML as JSX inside JS while
3737
working with syntax trees.
38-
This us used in [MDX][].
38+
This is used in [MDX][].
3939

4040
## Install
4141

0 commit comments

Comments
 (0)