Skip to content

Commit e1831e5

Browse files
committed
Fix typo
1 parent 394c724 commit e1831e5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/lib/schema.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,10 @@ const baseMatchingQuestionSchema = ordinaryBaseQuestionSchema.extend({
174174

175175
const ordinaryMatchingQuestionSchema = baseMatchingQuestionSchema.extend({
176176
type: z.union([
177-
z
178-
.literal("airport")
179-
.describe("Same Nearest Commercial Airport In Zone"),
177+
z.literal("airport").describe("Commercial Airport In Zone Question"),
180178
z
181179
.literal("major-city")
182-
.describe("Closest Commercial Airport In Zone Question"),
180+
.describe("Major City (1,000,000+ people) In Zone Question"),
183181
z
184182
.literal("aquarium-full")
185183
.describe("Aquarium Question (Small+Medium Games)"),

0 commit comments

Comments
 (0)