From 17953379b2d810dfae3dd97c3bfa1893a47584e9 Mon Sep 17 00:00:00 2001 From: Clement Hoang Date: Thu, 7 Dec 2017 01:27:25 -0800 Subject: [PATCH] Address nits --- content/docs/fragments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/fragments.md b/content/docs/fragments.md index 5094da0e..00bc656c 100644 --- a/content/docs/fragments.md +++ b/content/docs/fragments.md @@ -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: