From 5fd28f50c09a51297b7bbefa602842932c8fbf0f Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Tue, 21 May 2024 12:43:09 +0200 Subject: [PATCH] Express better that the cols attribute defines the width --- storybook/src/components/TextArea/TextArea.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storybook/src/components/TextArea/TextArea.stories.tsx b/storybook/src/components/TextArea/TextArea.stories.tsx index 1e198b79af..aef5440399 100644 --- a/storybook/src/components/TextArea/TextArea.stories.tsx +++ b/storybook/src/components/TextArea/TextArea.stories.tsx @@ -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.',