Skip to content

Commit 06a02e0

Browse files
authored
Merge pull request #164 from xiaoxianBoy/fix-typos
chore: fix typos
2 parents acd8247 + a1ce7f4 commit 06a02e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Notes:
210210

211211
1. MetaMask supports mobile!
212212
2. MetaMask supports Ledger.
213-
3. You might want to pass `encryptionSeed` to `SecretNetworkClient.create()` to use the same encryption key for the user across sessions. This value should be a true random 32 byte number that is stored securly in your app, such that only the user can decrypt it. This can also be a `sha256(user_password)` but might impair UX.
213+
3. You might want to pass `encryptionSeed` to `SecretNetworkClient.create()` to use the same encryption key for the user across sessions. This value should be a true random 32 byte number that is stored securely in your app, such that only the user can decrypt it. This can also be a `sha256(user_password)` but might impair UX.
214214
4. See Keplr's [`getOfflineSignerOnlyAmino()`](#windowkeplrgetofflinesigneronlyamino) for list of unsupported transactions.
215215

216216
<img src="./media/metamask-signing-example.jpg" width="55%" style="border-radius: 10px;" />

0 commit comments

Comments
 (0)