Skip to content

Commit 67234a8

Browse files
authored
Update libsodium.spec.ts (#1788)
1 parent e76b292 commit 67234a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/src/libsodium.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ describe("Libsodium", () => {
400400
});
401401

402402
describe("Xchacha20poly1305Ietf", () => {
403-
it("can encrypt and decypt simple data", async () => {
403+
it("can encrypt and decrypt simple data", async () => {
404404
const key = fromHex("1324cdddc4b94e625bbabcac862c9429ba011e2184a1ccad60e7c3f6ff4916d8");
405405
const nonce = fromHex("000000000000000000000000000000000000000000000000");
406406

0 commit comments

Comments
 (0)