Skip to content

Commit

Permalink
Merge pull request styled-system#814 from landitus/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong closing tag
  • Loading branch information
jxnblk authored Sep 16, 2019
2 parents 5ed9bd9 + c26bcc9 commit 8f7a9ed
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 8f7a9ed

Please sign in to comment.