Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fix typo on heading text (#371)
Browse files Browse the repository at this point in the history
This is a simple PR to replace `orientaiton` with `orientation`
  • Loading branch information
guilhermecsta authored Mar 28, 2022
1 parent 37ac2d9 commit 4eaab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ function Home() {
<Flex css={{ gap: '$4', width: '150px', mb: '$7' }}>
<Slider defaultValue={[25, 75]} />
</Flex>
<Heading css={{ mb: '$6' }}>Vertical orientaiton</Heading>
<Heading css={{ mb: '$6' }}>Vertical orientation</Heading>
<Box css={{ mt: '$6' }}>
<Slider defaultValue={[50]} orientation="vertical" css={{ height: 75 }} />
</Box>
Expand Down

1 comment on commit 4eaab96

@vercel
Copy link

@vercel vercel bot commented on 4eaab96 Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.