diff --git a/gallery/src/pages/components/ha-form.ts b/gallery/src/pages/components/ha-form.ts index 0bc1ff458d..05591dcee3 100644 --- a/gallery/src/pages/components/ha-form.ts +++ b/gallery/src/pages/components/ha-form.ts @@ -336,7 +336,7 @@ const SCHEMAS: { ["and", "another_one"], ["option", "1000"], ], - name: "select many otions", + name: "select many options", default: "default", }, ], @@ -364,7 +364,7 @@ const SCHEMAS: { and: "another_one", option: "1000", }, - name: "multi many otions", + name: "multi many options", default: ["default"], }, ],