Skip to content

Commit

Permalink
Update packages/components/src/components/Text/Text.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim R <[email protected]>
  • Loading branch information
narin and TimRoe authored Dec 13, 2024
1 parent 51ed3af commit f7a01b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Text/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const meta: Meta<TextProps> = {
}),
},
argTypes: {
/** The foollowing conditions hide the tone and size props if variant's value is 'display' */
/** The following condition hides the size props if variant's value is 'display' */
size: { if: { arg: 'variant', neq: 'display' } },
},
}
Expand Down

0 comments on commit f7a01b0

Please sign in to comment.