diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index fcdda54a..f8b297fa 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -123,7 +123,7 @@ If you don't have a minification step for your scripts, [here's one way to set i ## Optional: Try React with JSX {#optional-try-react-with-jsx} -In the examples above, we only relied on features that are natively supported by the browsers. This is why we used a JavaScript function call to tell React what to display: +In the examples above, we only relied on features that are natively supported by browsers. This is why we used a JavaScript function call to tell React what to display: ```js const e = React.createElement;