Browse Source

Fix grammar (#550)

main
William Shepherd 7 years ago
committed by Alex
parent
commit
8a7e75206b
  1. 2
      content/docs/reference-react.md

2
content/docs/reference-react.md

@ -45,7 +45,7 @@ See [Using React without JSX](/docs/react-without-jsx.html) for more information
### Fragments
`React` also provides a component for rendering a multiple elements without a wrapper.
`React` also provides a component for rendering multiple elements without a wrapper.
- [`React.Fragment`](#reactfragment)

Loading…
Cancel
Save