Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
markdoeswork committed Oct 23, 2024
1 parent ce47dd5 commit a0acb2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GroupHover = ({ example }: {example: string}) => (
/>
<Body
paddingY="lg"
text="I don't have any over effect on me"
text="I don't have any hover effect on me"
/>
<Body
hover={{ scale: "lg"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/>
<Body
paddingY="lg"
text="I don't have any over effect on me"
text="I don't have any hover effect on me"
/>
<Body
hover={{ scale: "lg"}}
Expand Down

0 comments on commit a0acb2e

Please sign in to comment.