From 022974c082990a01a367c82194bb55927bc753c9 Mon Sep 17 00:00:00 2001 From: Munim Zafar <74110160+munimdev@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:57:29 +0500 Subject: [PATCH] Fix spelling mistake --- appkit/flutter/core/siwe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appkit/flutter/core/siwe.mdx b/appkit/flutter/core/siwe.mdx index 68ca25ec6..88df05a26 100644 --- a/appkit/flutter/core/siwe.mdx +++ b/appkit/flutter/core/siwe.mdx @@ -21,7 +21,7 @@ More info [here](https://docs.login.xyz/sign-in-with-ethereum/quickstart-guide/i This feature is compatible only with EVM blockchains. Therefore, including non-EVM blockchains will result in the internal disabling of the 1-CA + SIWE mechanism. -If you are willing to give support just to EVM blockchains you should disabled Solana support from AppKit by calling `ReownAppKitModalNetworks.removeSupportedNetworks('solana');` right before your `ReownAppKitModal()` definition. +If you are willing to give support just to EVM blockchains you should disable Solana support from AppKit by calling `ReownAppKitModalNetworks.removeSupportedNetworks('solana');` right before your `ReownAppKitModal()` definition. ## Configure your SIWEConfig object