Skip to content

Commit 6dba935

Browse files
authored
Fix grammar error in TSX section (#554)
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
1 parent 71eb520 commit 6dba935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/guide/usage/transformer/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const result = transform("lib.ts", sourceCode, {
7373

7474
## TSX
7575

76-
Transforming TSX files are supported as well.
76+
Transforming TSX files is supported as well.
7777
See [JSX transform](./jsx) for more information.
7878

7979
## Rewriting import extensions

0 commit comments

Comments
 (0)