Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3810c83

Browse files
sophiebitsvjeux
authored andcommitted
[docs] Fix comma splice
1 parent 571d173 commit 3810c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ React.renderComponent(
9090

9191
> Note:
9292
>
93-
> The comment parser is very strict right now, in order for it to pick up the `@jsx` modifier, two conditions are required. The `@jsx` comment block must be the first comment on the file. The comment must start with `/**` (`/*` and `//` will not work). If the parser can't find the `@jsx` comment, it will output the file without transforming it.
93+
> The comment parser is very strict right now; in order for it to pick up the `@jsx` modifier, two conditions are required. The `@jsx` comment block must be the first comment on the file. The comment must start with `/**` (`/*` and `//` will not work). If the parser can't find the `@jsx` comment, it will output the file without transforming it.
9494
9595
Update your HTML file as below:
9696

0 commit comments

Comments
 (0)