diff --git a/src/index.tsx b/src/index.tsx index 1f94756..c58ee3f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -130,7 +130,7 @@ async function addCardToAppleWallet( issuerEncryptPayloadCallback: (nonce: string, nonceSignature: string, certificate: string[]) => Promise, ): Promise { if (Platform.OS === 'android') { - throw new Error('addCardToAppleWallet is not available on Andorid'); + throw new Error('addCardToAppleWallet is not available on Android'); } const passData = await Wallet?.IOSPresentAddPaymentPassView(cardData);