diff --git a/getting_started.md b/getting_started.md index 2a97b8006..77db8b6f6 100644 --- a/getting_started.md +++ b/getting_started.md @@ -2,7 +2,7 @@ ## Context -zkEmail is a powerful primitive for breaking down the data silos of web2. Combined with the composability of the Aztec network, zkemail proofs can be used as attesationst unlock new use cases in social applications, payments and gaming. Alpha build 2 is designed to start exploring the design space around these primitives and share knowledge about what can be accomplished with this new technology. +zkEmail is a powerful primitive for breaking down the data silos of web2. Combined with the composability of the Aztec network, zkemail proofs can be used as attestations to unlock new use cases in social applications, payments and gaming. Alpha build 2 is designed to start exploring the design space around these primitives and share knowledge about what can be accomplished with this new technology. ## Challenge 1: ZKEmail Guardian diff --git a/zekshop/circuits/client/tests/proving.test.ts b/zekshop/circuits/client/tests/proving.test.ts index ff83553ed..c32e7e08d 100644 --- a/zekshop/circuits/client/tests/proving.test.ts +++ b/zekshop/circuits/client/tests/proving.test.ts @@ -52,7 +52,7 @@ describe("E2E Tests", () => { afterAll(async () => { prover.destroy(); }); - it("Standart email from ZeKshop", async () => { + it("Standard email from ZeKshop", async () => { const inputs = await generateEmailVerifierInputs( email.data, correctInputParams @@ -62,4 +62,4 @@ describe("E2E Tests", () => { expect(result).toBeTruthy(); }); }); -}); \ No newline at end of file +});