Address nits

This commit is contained in:
Clement Hoang
2017-12-07 01:27:25 -08:00
parent a18bde67b2
commit 17953379b2

View File

@@ -4,7 +4,7 @@ title: Fragments
permalink: docs/fragments.html
---
A common pattern in React is for a component to return multiple elements. React provides first-class `Fragment` support that lets you group a list of children without adding extra nodes to the DOM.
A common pattern in React is for a component to return multiple elements. Fragments let you group a list of children without adding extra nodes to the DOM.
Fragments look like empty JSX tags: