Update formatContentTypeData.stories.mdx

Reword "hads" to "sets"
This commit is contained in:
Pierre Noël 2022-03-04 15:30:22 +01:00 committed by Gustav Hansen
parent 14b30da820
commit 70aa0ac00c

View File

@ -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