Skip to content

Commit 858f984

Browse files
committed
chore: fix typos
1 parent 7ba5c6f commit 858f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-vectors/bip39.ts

Lines changed: 1 addition & 1 deletion
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)