From c709b3935bd9f21c57b31ca47119f0f3a36c26d2 Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Wed, 9 Sep 2020 00:33:42 +0800 Subject: [PATCH] Use singular noun (#1259) --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 1dbeb6af8..db9455148 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -109,7 +109,7 @@ things like the following markup: JSX is good for **components**. It makes repeating things more clear and allows for separation of concerns. MDX fully supports [JSX syntax][jsx]. -Any line that start with the `<` characters starts a JSX block. +Any line that start with the `<` character starts a JSX block. ### MDX