Skip to content

Commit

Permalink
[fix] useFontSizes docs missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Jul 13, 2020
1 parent 8ec4762 commit 60fcade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useFontSizes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ setFontSizes([
slug: 'dynamic',
},
])
```

### addFontSize

Expand All @@ -103,4 +104,3 @@ useEffect(() => {
})
}, [])
```
```

0 comments on commit 60fcade

Please sign in to comment.