diff --git a/packages/ccip-js/src/api.ts b/packages/ccip-js/src/api.ts index 0bf9c62..5eb4ebe 100644 --- a/packages/ccip-js/src/api.ts +++ b/packages/ccip-js/src/api.ts @@ -1251,7 +1251,7 @@ export enum TransferStatus { } /** - * Extends the Viem.Log type to fetch cross-chain trasnfer messageId. + * Extends the Viem.Log type to fetch cross-chain transfer messageId. */ export type CCIPTransferReceipt = Viem.Log & { args: { diff --git a/packages/ccip-react-components/README.md b/packages/ccip-react-components/README.md index 34dd5cd..478fecd 100644 --- a/packages/ccip-react-components/README.md +++ b/packages/ccip-react-components/README.md @@ -103,7 +103,7 @@ const config: Config = { export type NetworkConfig = { /** List of all chains that should be supported */ chains: { chain: Chain; logoURL?: string }[]; - /** You should provide a list of tokens that your app will support transfering. + /** You should provide a list of tokens that your app will support transferring. * Refer to https://docs.chain.link/ccip/supported-networks for list of all currently supported * tokens. For instructions on acquiring testnet tokens, refer to the documentation on * https://docs.chain.link/ccip/test-tokens#mint-tokens-in-a-block-explorer.