From 6202eba6f69b8927798b2f0fc198545916016520 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 29 Feb 2024 19:29:52 -0800 Subject: [PATCH] fix spelling --- product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product.go b/product.go index 138e28ce..95f63e28 100644 --- a/product.go +++ b/product.go @@ -53,7 +53,7 @@ const ( // The product isn't ready to sell and is unavailable to customers on sales // channels and apps. By default, duplicated and unarchived products are set to // draft. - ProductStatucDraft ProductStatus = "draft" + ProductStatusDraft ProductStatus = "draft" ) // Product represents a Shopify product