We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba5c6f + 858f984 commit a00c429Copy full SHA for a00c429
test/test-vectors/bip39.ts
@@ -51,7 +51,7 @@ describe("BIP39", () => {
51
});
52
53
54
- describe("Entropy-mnemonic convertions", () => {
+ describe("Entropy-mnemonic conversions", () => {
55
describe("Should convert from mnemonic to entropy and back", () => {
56
it("should work with the English wodlist", () => {
57
const mnemonic = generateMnemonic(englishWordlist, 128);
0 commit comments