Browse Source

missing bracket in Keyed Fragments example

main
Tomasz 7 years ago
committed by GitHub
parent
commit
2443c9dfa3
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