Skip to content

Commit 6f857c0

Browse files
Copilothotlong
andcommitted
Fix typo: 'highlights' -> 'highlight' in RecordHighlightsProps description
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent d07374a commit 6f857c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/spec/src/ui/component.zod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const RecordRelatedListProps = z.object({
8686
});
8787

8888
export const RecordHighlightsProps = z.object({
89-
fields: z.array(z.string()).min(1).max(7).describe('Key fields to highlights (max 7)'),
89+
fields: z.array(z.string()).min(1).max(7).describe('Key fields to highlight (max 7)'),
9090
layout: z.enum(['horizontal', 'grid']).default('horizontal').describe('Layout mode'),
9191
});
9292

0 commit comments

Comments
 (0)