Skip to content

Commit f81cf01

Browse files
author
James Clements
committed
change wording to reflect array
1 parent 5f2cadf commit f81cf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/jsx-in-depth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ You can mix together different types of children, so you can use string literals
308308
</div>
309309
```
310310

311-
A React component can return multiple elements:
311+
A React component can also return an array of elements:
312312

313313
```js
314314
render() {

0 commit comments

Comments
 (0)