diff --git a/docs/sections/Editors.tsx b/docs/sections/Editors.tsx index 0e358ac..416c704 100644 --- a/docs/sections/Editors.tsx +++ b/docs/sections/Editors.tsx @@ -58,7 +58,7 @@ export const Editors: FC = ({ id }) => ( triggerImmediately strategies={[EMOJI_STRATEGY]} option={{ dropdown: { maxCount: 3 } }} - defaultValue="Hello, Textarea. This is sample. :smi" + defaultValue="Hello, Textarea. This is a sample. :smi" />
@@ -93,11 +93,11 @@ export const Editors: FC = ({ id }) => (