Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quent043 committed Dec 8, 2023
1 parent df8a232 commit cc1a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit cc1a24c

Please sign in to comment.