Skip to content

Commit

Permalink
Fixed wrong closing tag
Browse files Browse the repository at this point in the history
There is a closing tag mismatch in the Paragraph example.
  • Loading branch information
landitus authored Sep 14, 2019
1 parent 5ed9bd9 commit c26bcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ When using the component, you can adjust margin, but not padding:
// example usage
<Paragraph mt={0} mb={4}>
I have only margin props available
</Heading>
```
</Paragraph>
```

0 comments on commit c26bcc9

Please sign in to comment.