From bc2e84c649e207b7cfb73dce4aa06f79f66cabcd Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Wed, 28 May 2025 15:21:50 -0700 Subject: [PATCH] chore: fixed misspelling --- src/core/classes/Iterable.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/classes/Iterable.ts b/src/core/classes/Iterable.ts index 6a30828aa..5b8b07fff 100644 --- a/src/core/classes/Iterable.ts +++ b/src/core/classes/Iterable.ts @@ -151,7 +151,7 @@ export class Iterable { * * ## Registering device token: * - * If `IterableConfig.autoPushRegisteration` is set to true, calling + * If `IterableConfig.autoPushRegistration` is set to true, calling * `setEmail` automatically registers the device for push notifications and * sends the deviceId and token to Iterable. * @@ -164,7 +164,7 @@ export class Iterable { * ## Signing out a user from the SDK: * * To tell the SDK to sign out the current user, pass null into - * `Iterable.setEmail`. If IterableConfig.autoPushRegisteration is set to + * `Iterable.setEmail`. If IterableConfig.autoPushRegistration is set to * true, calling `Iterable.setEmail`(null) prevents Iterable from sending * further push notifications to that user, for that app, on that device. On * the user's Iterable profile, `endpointEnabled` is set to false for the @@ -222,7 +222,7 @@ export class Iterable { * * ## Registering device token: * - * If `IterableConfig.autoPushRegisteration` is set to `true`, calling + * If `IterableConfig.autoPushRegistration` is set to `true`, calling * `setUserId` automatically registers the device for push notifications and * sends the `deviceId` and token to Iterable. * @@ -235,7 +235,7 @@ export class Iterable { * ## Signing out a user from the SDK: * * To tell the SDK to sign out the current user, pass null into - * `Iterable.setUserId`. If `IterableConfig.autoPushRegisteration` is set to + * `Iterable.setUserId`. If `IterableConfig.autoPushRegistration` is set to * true, calling `Iterable.setUserId(null)` prevents Iterable from sending * further push notifications to that user, for that app, on that device. On * the user's Iterable profile, endpointEnabled is set to false for the