mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
change wording to reflect array
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user