Grammar typo

This commit is contained in:
Andrew Clark
2017-11-28 14:19:03 -08:00
committed by GitHub
parent 04e5e446be
commit 3a66f62cd8

View File

@@ -133,7 +133,7 @@ Fragment syntax in JSX was inspired by prior art such as the `XMLList() <></>` c
Note that the `<></>` syntax does not accept attributes, including keys.
If you need a keyed fragment, you can use `<Fragment />` directly. An use case for this is mapping a collection to an array of fragments -- for example, to create a description list:
If you need a keyed fragment, you can use `<Fragment />` directly. A use case for this is mapping a collection to an array of fragments -- for example, to create a description list:
```jsx
function Glossary(props) {