Skip to content

Commit a00c429

Browse files
authored
Merge pull request #109 from xiaoxianBoy/fix-typos
chore: fix typos
2 parents 7ba5c6f + 858f984 commit a00c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-vectors/bip39.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("BIP39", () => {
5151
});
5252
});
5353

54-
describe("Entropy-mnemonic convertions", () => {
54+
describe("Entropy-mnemonic conversions", () => {
5555
describe("Should convert from mnemonic to entropy and back", () => {
5656
it("should work with the English wodlist", () => {
5757
const mnemonic = generateMnemonic(englishWordlist, 128);

0 commit comments

Comments
 (0)