Tomasz
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/blog/2017-11-28-react-v16.2.0-fragment-support.md
|
@ -145,7 +145,7 @@ function Glossary(props) { |
|
|
<dt>{item.term}</dt> |
|
|
<dt>{item.term}</dt> |
|
|
<dd>{item.description}</dd> |
|
|
<dd>{item.description}</dd> |
|
|
</Fragment> |
|
|
</Fragment> |
|
|
)} |
|
|
))} |
|
|
</dl> |
|
|
</dl> |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|