Skip to content

Commit ae021ba

Browse files
authored
Merge pull request #600 from munimdev/munimdev/appkit/flutter/fix-siwe-doc
Fix spelling mistake in Flutter docs
2 parents c094a7e + 022974c commit ae021ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appkit/flutter/core/siwe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ More info [here](https://docs.login.xyz/sign-in-with-ethereum/quickstart-guide/i
2121
<Warning>
2222
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.
2323

24-
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.
24+
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.
2525
</Warning>
2626

2727
## Configure your SIWEConfig object

0 commit comments

Comments
 (0)