aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-09-06 14:22:54 -0300
committerSebastian <sebasjm@gmail.com>2024-09-06 14:22:54 -0300
commite54e1e482c10b919627f56b61a8490855e2ac92a (patch)
treebe926e82fe91a87f20e3728cc9cc034bf8c09742 /packages/web-util/src
parentc2efc802b2789cb47a6b0a54fc1672b98ee37db2 (diff)
codespell
Diffstat (limited to 'packages/web-util/src')
-rw-r--r--packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx2
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,