From cc1a24cc71b9d94d05a0c9b80847815401c9f6f9 Mon Sep 17 00:00:00 2001 From: "Quentin D.C" Date: Fri, 8 Dec 2023 13:40:12 +0000 Subject: [PATCH] Corrected typo --- packages/client/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/index.ts b/packages/client/src/index.ts index 269f1b8..0a00c91 100644 --- a/packages/client/src/index.ts +++ b/packages/client/src/index.ts @@ -56,7 +56,7 @@ export class TalentLayerClient { // if user has given custom chain config, that will take priority this.chainConfig = config.customChainConfig } else { - throw Error('Atleast one of chainId or customChainConfig need to be provided') + throw Error('At least one of chainId or customChainConfig need to be provided') } if (isNetworkEnum(this.chainConfig.networkId)) {