diff --git a/snippets/appkit/shared/siwx/siwx-custom.mdx b/snippets/appkit/shared/siwx/siwx-custom.mdx index f50b62684..094f70e62 100644 --- a/snippets/appkit/shared/siwx/siwx-custom.mdx +++ b/snippets/appkit/shared/siwx/siwx-custom.mdx @@ -280,7 +280,7 @@ export interface SIWXConfig { * * Constraints: * - This method MUST verify all the sessions before storing them in the storage; - * - This method MUST replace all the sessions in the storage with the new ones succesfully otherwise it MUST throw an error. + * - This method MUST replace all the sessions in the storage with the new ones successfully otherwise it MUST throw an error. * * @param sessions SIWXSession[] */ diff --git a/walletkit/android/notifications/push.mdx b/walletkit/android/notifications/push.mdx index d424941e8..8db9b2487 100644 --- a/walletkit/android/notifications/push.mdx +++ b/walletkit/android/notifications/push.mdx @@ -20,7 +20,7 @@ To register a wallet to receive WalletConnect push notifications, call `WalletKi ```kotlin val firebaseAccessToken: String = //FCM access token received through the Firebase Messaging SDK -val enableEncrypted: Boolean = true //Flag that enables receiveing the detailed notifications +val enableEncrypted: Boolean = true //Flag that enables receiving the detailed notifications WalletKit.registerDeviceToken( firebaseAccessToken = firebaseAccessToken,