Skip to content

Commit ca08866

Browse files
authored
"the browsers" -> "browsers" (#3816)
We are now talking about "the browsers", but I think just "browsers", "most browsers" or "web browsers" make more sense, what do you think?
1 parent 2c01987 commit ca08866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/add-react-to-a-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you don't have a minification step for your scripts, [here's one way to set i
123123

124124
## Optional: Try React with JSX {#optional-try-react-with-jsx}
125125

126-
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:
126+
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:
127127

128128
```js
129129
const e = React.createElement;

0 commit comments

Comments
 (0)