From 359dd6a6f5fa9fb069ba518d7364a69b70aac408 Mon Sep 17 00:00:00 2001 From: Albin Theander Date: Thu, 18 Jan 2024 16:33:10 +0100 Subject: [PATCH] Tiny spelling fix in plugin-transform-react-jsx.md (#2858) --- docs/plugin-transform-react-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-transform-react-jsx.md b/docs/plugin-transform-react-jsx.md index a30f25049..ea0df9937 100644 --- a/docs/plugin-transform-react-jsx.md +++ b/docs/plugin-transform-react-jsx.md @@ -262,7 +262,7 @@ var descriptions = items.map((item) => ); ``` -Note that if a custom pragma is specified, then a custom fragment pragma must also be specified if the fragment sytnax `<>` is used. Otherwise, an error will be thrown. +Note that if a custom pragma is specified, then a custom fragment pragma must also be specified if the fragment syntax `<>` is used. Otherwise, an error will be thrown. ## Installation