Skip to content

Commit

Permalink
Update builder-options.ts - typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk authored Sep 6, 2023
1 parent 9930fd6 commit 54b2bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types/builder-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export type ValidateInterfaces<
> = Interfaces extends InterfaceParam<Types>
? Shape extends GetParentShape<Types, Interfaces>
? Interfaces
: 'Object shape must extends interface shape'
: 'Object shape must extend interface shape'
: never;

export type InputShapeFromFields<Fields extends InputFieldMap> = NormalizeNullableFields<{
Expand Down

0 comments on commit 54b2bf8

Please sign in to comment.