From f81cf014f59a8aed971b3c28b776e3c33f7db661 Mon Sep 17 00:00:00 2001 From: James Clements Date: Tue, 10 Oct 2017 17:06:12 -0500 Subject: [PATCH] change wording to reflect array --- content/docs/jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/jsx-in-depth.md b/content/docs/jsx-in-depth.md index 9cd73c1c..fafbe64d 100644 --- a/content/docs/jsx-in-depth.md +++ b/content/docs/jsx-in-depth.md @@ -308,7 +308,7 @@ You can mix together different types of children, so you can use string literals ``` -A React component can return multiple elements: +A React component can also return an array of elements: ```js render() {