Skip to content

Commit

Permalink
docs(900): fix typography docs (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutebg authored Jun 14, 2023
1 parent fd84816 commit 06225c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/theme/presets/typography-presets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const ItalicTextBlock = styled(TextBlock)\`
font-style:italic;
\`;
<ItalicTextBlock stylePreset="editorialParagraph010"> This Text is italic</ItalicTextBlock>`}
<ItalicTextBlock typographyPreset="editorialParagraph010"> This Text is italic</ItalicTextBlock>`}
</Code>
</ContentSecondary>
</ContentSection>
Expand Down

0 comments on commit 06225c9

Please sign in to comment.