From 0e16369057575e48a05b3ca2dfb0f63645b12d28 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 9 Sep 2022 18:14:13 +0200 Subject: Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d950a62..1784cdf 100644 --- a/readme.md +++ b/readme.md @@ -151,7 +151,7 @@ They are not enabled by default but can be turned on with options. - JSX (agnostic of JavaScript) It’s planned to add support for integrating with SWC for MDX JSX and expressions -that is aware of JavaScript syntax, and for ESM (import/export). +to make it aware of JavaScript syntax, and for ESM (import/export). It is not a goal of this project to support lots of different extensions. It’s instead a goal to support incredibly common, somewhat standardized, -- cgit