Skip to content

Commit f332c82

Browse files
authored
fixing typo
1 parent 2411b05 commit f332c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_2_Using_BIP39_in_Libwally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ That's it! You've created a mnemonic phrase!
5757
5858
### Translate into a Seed
5959

60-
There are some functions, such as `bip32_key_from_seed` (which we'll meet in the next section) that require you to have theseeddeed rather than the Mnemonic. The two things are functionally identical: if you have the seed, you can generate the mnemonic, and vice-versa.
60+
There are some functions, such as `bip32_key_from_seed` (which we'll meet in the next section) that require you to have the seed rather than the Mnemonic. The two things are functionally identical: if you have the seed, you can generate the mnemonic, and vice-versa.
6161

6262
If you need to generate the seed from your mnemonic, you just use the `bip39_mnemonic_to_seed` command:
6363
```

0 commit comments

Comments
 (0)