diff --git a/src/components/atoms/text/Text.stories.tsx b/src/components/atoms/text/Text.stories.tsx index 446e360b..2392fff7 100644 --- a/src/components/atoms/text/Text.stories.tsx +++ b/src/components/atoms/text/Text.stories.tsx @@ -4,7 +4,7 @@ import Text from './Text'; * ## DESCRIPTION * * Text component is used to display text content with various styles and options. - * It supports different fonts, tags, and can render HTML content. + * It supports different fonts, tags, and can render HTML content if it's necessary. * */ const meta: Meta = {