Skip to content

Commit

Permalink
Merge pull request reactjs#380 from mrt123/patch-1
Browse files Browse the repository at this point in the history
missing bracket in Keyed Fragments example
  • Loading branch information
bvaughn authored Dec 1, 2017
2 parents 2bdc003 + 2443c9d commit 19a0e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2017-11-28-react-v16.2.0-fragment-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Glossary(props) {
<dt>{item.term}</dt>
<dd>{item.description}</dd>
</Fragment>
)}
))}
</dl>
);
}
Expand Down

0 comments on commit 19a0e6d

Please sign in to comment.