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