From 8da2336e39e11df9086398a1a64ff6dda8dd44a4 Mon Sep 17 00:00:00 2001 From: benesjan Date: Tue, 1 Aug 2023 09:50:40 +0000 Subject: [PATCH] fix: typos --- yarn-project/ethereum/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/ethereum/src/index.ts b/yarn-project/ethereum/src/index.ts index e3ba499d6bc1..6279349059c9 100644 --- a/yarn-project/ethereum/src/index.ts +++ b/yarn-project/ethereum/src/index.ts @@ -8,8 +8,8 @@ export * from './deploy_l1_contracts.js'; /** * Helper function to create an instance of Aztec Chain from an rpc url and api key. - * @param rpcUrl - The rpc url of the chain or a chain identifer (e.g. 'testnet') - * @param apiKey - An optional apikey for the chain client. + * @param rpcUrl - The rpc url of the chain or a chain identifier (e.g. 'testnet') + * @param apiKey - An optional API key for the chain client. */ export function createEthereumChain(rpcUrl: string, apiKey?: string) { if (rpcUrl === 'testnet') {