diff --git a/src/components/Select/Select.stories.mdx b/src/components/Select/Select.stories.mdx
index 1e4e357e8..22b8a10e8 100644
--- a/src/components/Select/Select.stories.mdx
+++ b/src/components/Select/Select.stories.mdx
@@ -67,7 +67,6 @@ import Overview from '../../storybook/Overview';
'If you need to select and enter an item from a dropdown list that features more than seven items, use searchable select.',
'If you need to be able to enter free text entry in addition to choosing form a predefined list, use searchable select',
'If you need to enter more than one values from a predefined list, use multiselect',
- `If you need to enter more than one values from a predefine list and as free text, use multiselect`,
]}
/>
diff --git a/src/components/TextArea/TextArea.stories.mdx b/src/components/TextArea/TextArea.stories.mdx
index 5723519f4..fb6692996 100644
--- a/src/components/TextArea/TextArea.stories.mdx
+++ b/src/components/TextArea/TextArea.stories.mdx
@@ -70,9 +70,9 @@ TextArea with or without placeholder
-
+
@@ -112,7 +112,7 @@ TextArea with maximum characters indicated by a counter.
const handleChange = (e) => setValue(e.target.value);
return (