Skip to content

Commit c709b39

Browse files
authored
Use singular noun (#1259)
1 parent fad9822 commit c709b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ things like the following markup:
109109
JSX is good for **components**.
110110
It makes repeating things more clear and allows for separation of concerns.
111111
MDX fully supports [JSX syntax][jsx].
112-
Any line that start with the `<` characters starts a JSX block.
112+
Any line that start with the `<` character starts a JSX block.
113113

114114
### MDX
115115

0 commit comments

Comments
 (0)