diff --git a/packages/circuits/scripts/account_creation.ts b/packages/circuits/scripts/account_creation.ts index 40c6ee40..2e1a67b2 100644 --- a/packages/circuits/scripts/account_creation.ts +++ b/packages/circuits/scripts/account_creation.ts @@ -1,6 +1,6 @@ /** * - * This script is for generating input for the account inititalization circuit. + * This script is for generating input for the account initialization circuit. * */ diff --git a/packages/circuits/scripts/dev-setup.ts b/packages/circuits/scripts/dev-setup.ts index ee9e68f5..713c6b13 100644 --- a/packages/circuits/scripts/dev-setup.ts +++ b/packages/circuits/scripts/dev-setup.ts @@ -109,7 +109,7 @@ async function generateKeys( await zKey.newZKey(r1cPath, phase1Path, zKeyPath + ".step1", console); log("✓ Partial ZKey generated"); - await zKey.contribute(zKeyPath + ".step1", zKeyPath + ".step2", "Contributer 1", ZKEY_ENTROPY, console); + await zKey.contribute(zKeyPath + ".step1", zKeyPath + ".step2", "`Contributor 1", ZKEY_ENTROPY, console); log("✓ First contribution completed"); // await askBeacon(); diff --git a/packages/relayer/README.md b/packages/relayer/README.md index f0e818c9..54fa7684 100644 --- a/packages/relayer/README.md +++ b/packages/relayer/README.md @@ -154,7 +154,7 @@ IC_REPLICA_URL="https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=i73e6-2qaaa- JSON_LOGGER=false ``` -### Buidling the Docker image +### Building the Docker image - #### For local development ```bash