From 5e529dca9646b642d7114f3c4bf4a1d8b95e9693 Mon Sep 17 00:00:00 2001 From: Konrad Kruk Date: Fri, 19 Nov 2021 19:42:54 +0100 Subject: [PATCH] fix typo (#572) Co-authored-by: Gonzalo Pozzo --- framework/swell/schema.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/swell/schema.d.ts b/framework/swell/schema.d.ts index e77d3c8d9..0ec625048 100644 --- a/framework/swell/schema.d.ts +++ b/framework/swell/schema.d.ts @@ -332,7 +332,7 @@ export type Checkout = { terms_policy?: string refund_policy?: string privacy_policy?: string - theme?: stirng + theme?: string countries: any[] currencies: any[] payment_methods: any[]