Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Title docs typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Klooven authored and AlgusDark committed Aug 20, 2018
1 parent 5b39f2a commit 0ab9c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TitleHeadingSize = `<Title tag='h1'>tag='h1'</Title>
<Title tag='h4'>tag='h4'</Title>
<Title tag='h5'>tag='h5'</Title>
<Title tag='h6'>tag='h6'</Title>
{/* use developer tools to se the final render elements */}
{/* use developer tools to see the final render elements */}
`;

const SubtitleSizeExample = `<Subtitle isSize={1}>isSize={1}</Subtitle>
Expand All @@ -66,7 +66,7 @@ const SubtitleHeadingSize = `<Subtitle tag='h1'>tag='h1'</Subtitle>
<Subtitle tag='h4'>tag='h4'</Subtitle>
<Subtitle tag='h5'>tag='h5'</Subtitle>
<Subtitle tag='h6'>tag='h6'</Subtitle>
{/* use developer tools to se the final render elements */}
{/* use developer tools to see the final render elements */}
`;

const HeadingExample = `<Heading>Useful for <code>uppercase</code> font</Heading>`;
Expand Down

0 comments on commit 0ab9c67

Please sign in to comment.