@@ -151,7 +151,7 @@ export class Iterable {
151151 *
152152 * ## Registering device token:
153153 *
154- * If `IterableConfig.autoPushRegisteration ` is set to true, calling
154+ * If `IterableConfig.autoPushRegistration ` is set to true, calling
155155 * `setEmail` automatically registers the device for push notifications and
156156 * sends the deviceId and token to Iterable.
157157 *
@@ -164,7 +164,7 @@ export class Iterable {
164164 * ## Signing out a user from the SDK:
165165 *
166166 * To tell the SDK to sign out the current user, pass null into
167- * `Iterable.setEmail`. If IterableConfig.autoPushRegisteration is set to
167+ * `Iterable.setEmail`. If IterableConfig.autoPushRegistration is set to
168168 * true, calling `Iterable.setEmail`(null) prevents Iterable from sending
169169 * further push notifications to that user, for that app, on that device. On
170170 * the user's Iterable profile, `endpointEnabled` is set to false for the
@@ -222,7 +222,7 @@ export class Iterable {
222222 *
223223 * ## Registering device token:
224224 *
225- * If `IterableConfig.autoPushRegisteration ` is set to `true`, calling
225+ * If `IterableConfig.autoPushRegistration ` is set to `true`, calling
226226 * `setUserId` automatically registers the device for push notifications and
227227 * sends the `deviceId` and token to Iterable.
228228 *
@@ -235,7 +235,7 @@ export class Iterable {
235235 * ## Signing out a user from the SDK:
236236 *
237237 * To tell the SDK to sign out the current user, pass null into
238- * `Iterable.setUserId`. If `IterableConfig.autoPushRegisteration ` is set to
238+ * `Iterable.setUserId`. If `IterableConfig.autoPushRegistration ` is set to
239239 * true, calling `Iterable.setUserId(null)` prevents Iterable from sending
240240 * further push notifications to that user, for that app, on that device. On
241241 * the user's Iterable profile, endpointEnabled is set to false for the
0 commit comments