From 652223088052f9f54f902b74ce2ae6f45ff64fd4 Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Wed, 13 Nov 2024 15:46:39 +0100 Subject: [PATCH] fix: typo --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 901febc..541d6cf 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -150,7 +150,7 @@ export declare namespace BatchSDK { * - Make the SDK reject any editor calls * - Make the SDK reject calls to batch.profile.trackEvent(), batch.profile.trackLocation() and any related methods * - * Even if you opt in afterward, data that has been generated while opted out WILL be lost. + * Even if you opt in afterwards, data that has been generated while opted out WILL be lost. * * If you're also looking at deleting user data, please use batch.optOutAndWipeData() *