diff --git a/packages/core/helper-plugin/lib/src/content-manager/utils/formatContentTypeData.stories.mdx b/packages/core/helper-plugin/lib/src/content-manager/utils/formatContentTypeData.stories.mdx index c98ab052f1..4ffc2480d9 100644 --- a/packages/core/helper-plugin/lib/src/content-manager/utils/formatContentTypeData.stories.mdx +++ b/packages/core/helper-plugin/lib/src/content-manager/utils/formatContentTypeData.stories.mdx @@ -8,7 +8,7 @@ import { Meta } from '@storybook/addon-docs'; This util is used to format the data received by the backend so it can be used by the admin. It: -- hads the key `__temp_key__` to each component (easier for reordering repeatable components) +- sets the key `__temp_key__` to each component (easier for reordering repeatable components) - stringifies JSON fields (easier to harmonize the data format for the json editor from user input or backend data) ## Usage