Browse Source

Merge pull request #380 from mrt123/patch-1

missing bracket in Keyed Fragments example
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
19a0e6d7e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2017-11-28-react-v16.2.0-fragment-support.md

2
content/blog/2017-11-28-react-v16.2.0-fragment-support.md

@ -145,7 +145,7 @@ function Glossary(props) {
<dt>{item.term}</dt>
<dd>{item.description}</dd>
</Fragment>
)}
))}
</dl>
);
}

Loading…
Cancel
Save