Skip to content

Fix Typos in Documentation and Comments #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ccip-js/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/ccip-react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down