Skip to content

Commit

Permalink
Merge pull request #1014 from berekuk/patch-1
Browse files Browse the repository at this point in the history
Update builder-options.ts - typo fix
  • Loading branch information
hayes authored Sep 7, 2023
2 parents c3f242b + 54b2bf8 commit ea27df2
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

1 comment on commit ea27df2

@vercel
Copy link

@vercel vercel bot commented on ea27df2 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.