Browse Source

change wording to reflect array

main
James Clements 7 years ago
parent
commit
f81cf014f5
  1. 2
      content/docs/jsx-in-depth.md

2
content/docs/jsx-in-depth.md

@ -308,7 +308,7 @@ You can mix together different types of children, so you can use string literals
</div>
```
A React component can return multiple elements:
A React component can also return an array of elements:
```js
render() {

Loading…
Cancel
Save