diff --git a/packages/generated/client-types/src/lib/models/ProductVariant.ts b/packages/generated/client-types/src/lib/models/ProductVariant.ts index 839cb1c88d..e8e78be5e1 100644 --- a/packages/generated/client-types/src/lib/models/ProductVariant.ts +++ b/packages/generated/client-types/src/lib/models/ProductVariant.ts @@ -33,7 +33,7 @@ export interface ProductVariant { */ prices?: Array /** - * The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems. + * The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems. */ sku: string | null /** diff --git a/packages/medusa/src/models/product-variant.ts b/packages/medusa/src/models/product-variant.ts index 896877e1ea..3d921eb506 100644 --- a/packages/medusa/src/models/product-variant.ts +++ b/packages/medusa/src/models/product-variant.ts @@ -176,7 +176,7 @@ export class ProductVariant extends SoftDeletableEntity { * items: * $ref: "#/components/schemas/MoneyAmount" * sku: - * description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems. + * description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems. * nullable: true * type: string * example: shirt-123