Skip to content

Commit f72f578

Browse files
committed
fix: correct typo in comment regarding AuthResponse in Iterable class
1 parent 900ee9c commit f72f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/classes/Iterable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ export class Iterable {
989989
// Asks frontend of the client/app to pass authToken
990990
Iterable.savedConfig.authHandler!()
991991
.then((promiseResult) => {
992-
// Promise result can be either just String OR of type AuthRespronse.
992+
// Promise result can be either just String OR of type AuthResponse.
993993
// If type AuthReponse, authToken will be parsed looking for `authToken` within promised object. Two additional listeners will be registered for success and failure callbacks sent by native bridge layer.
994994
// Else it will be looked for as a String.
995995
if (isIterableAuthResponse(promiseResult)) {

0 commit comments

Comments
 (0)