Skip to content

Commit

Permalink
Express better that the cols attribute defines the width
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed May 21, 2024
1 parent ac0b015 commit 5fd28f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/src/components/TextArea/TextArea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const meta = {
control: {
type: 'number',
},
description: 'The maximum number of characters per line.',
description: 'The width, expressed in the average number of characters.',
},
disabled: {
description: 'Prevents interaction. Avoid if possible.',
Expand Down

0 comments on commit 5fd28f5

Please sign in to comment.