change wording to reflect array

This commit is contained in:
James Clements
2017-10-10 17:06:12 -05:00
parent 5f2cadf865
commit f81cf014f5

View File

@@ -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() {