diff options
author | Sebastian <sebasjm@gmail.com> | 2024-09-06 14:22:54 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2024-09-06 14:22:54 -0300 |
commit | e54e1e482c10b919627f56b61a8490855e2ac92a (patch) | |
tree | be926e82fe91a87f20e3728cc9cc034bf8c09742 /packages/web-util/src | |
parent | c2efc802b2789cb47a6b0a54fc1672b98ee37db2 (diff) |
codespell
Diffstat (limited to 'packages/web-util/src')
-rw-r--r-- | packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx index 1de160605..fbff14d36 100644 --- a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx +++ b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx @@ -52,7 +52,7 @@ const form: FlexibleForm_Deprecated<TargetObject> = { { type: "choiceHorizontal", label: "label of the field" as TranslatedString, - id: "commnet" as UIHandlerId, + id: "comment" as UIHandlerId, choices: [ { label: "first choice" as TranslatedString, |