summaryrefslogtreecommitdiff
path: root/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx')
-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 2907a4dab..b950d3d02 100644
--- a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
+++ b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
@@ -58,7 +58,7 @@ const form: FlexibleForm<TargetObject> = {
label: "second choice" as TranslatedString,
value: "2"
}, {
- label: "thrid choice" as TranslatedString,
+ label: "third choice" as TranslatedString,
value: "3"
},],
},