From 90d935261096062279c71b3331dc16c4bc9c1f1b Mon Sep 17 00:00:00 2001 From: snoppy Date: Mon, 25 Mar 2024 09:35:17 +0800 Subject: [PATCH] chore: fix typos --- lib/mixpanel/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixpanel/utils.ts b/lib/mixpanel/utils.ts index 3015e472db..61026691f0 100644 --- a/lib/mixpanel/utils.ts +++ b/lib/mixpanel/utils.ts @@ -15,7 +15,7 @@ export enum EventTypes { CONTRACT_VERIFICATION = 'Contract verification', QR_CODE = 'QR code', PAGE_WIDGET = 'Page widget', - TX_INTERPRETATION_INTERACTION = 'Transaction interpratetion interaction', + TX_INTERPRETATION_INTERACTION = 'Transaction interpretation interaction', EXPERIMENT_STARTED = 'Experiment started', FILTERS = 'Filters', BUTTON_CLICK = 'Button click',