Skip to content

Commit

Permalink
docs(sanity): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Oct 4, 2022
1 parent 9632978 commit 10b4172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sanity/src/core/form/store/types/memberErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ export type UndeclaredMembersError = {type: 'UNDECLARED_MEMBERS'; schemaType: Ar
export type MixedArray = {type: 'MIXED_ARRAY'; schemaType: ArraySchemaType}

/**
* This error may happen for arrays (of both objects and primitive values) if we encounter items that is not valid according to the schema definition
* This error may happen for arrays (of both objects and primitive values) if we encounter items that are not valid according to the schema definition
*
* @beta
*/
export type InvalidItemTypeError = {
type: 'INVALID_ITEM_TYPE'
Expand Down

0 comments on commit 10b4172

Please sign in to comment.