Skip to content

Commit a59765e

Browse files
committed
chore: fixed casing on title
1 parent 4ce8379 commit a59765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TextInput/TextInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const Error: Story = {
8484
};
8585

8686
export const FullWidth: Story = {
87-
name: 'Full Width',
87+
name: 'Full width',
8888
args: {
8989
...Enabled.args,
9090
value: 'Input text',

0 commit comments

Comments
 (0)