[docs] Fix comma splice

This commit is contained in:
Ben Alpert
2014-01-31 22:30:38 -08:00
committed by Vjeux
parent 571d173182
commit 3810c839a7

View File

@@ -90,7 +90,7 @@ React.renderComponent(
> Note:
>
> 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.
> 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.
Update your HTML file as below: