diff --git a/docs/mini-apps/featured-guidelines/overview.mdx b/docs/mini-apps/featured-guidelines/overview.mdx index ad4d132b2..3f967a24f 100644 --- a/docs/mini-apps/featured-guidelines/overview.mdx +++ b/docs/mini-apps/featured-guidelines/overview.mdx @@ -19,7 +19,7 @@ Your app must meet all product, design, and technical guidelines outlined below. - * Explain the purpose of the app and how to get started, with clear onboarding instructions either on the home page or as a a pop-up window. + * Explain the purpose of the app and how to get started, with clear onboarding instructions either on the home page or as a pop-up window. * App only requests essential personal information, with clear context * Display user's avatar and username **(no 0x addresses)** diff --git a/docs/onchainkit/latest/components/appchain/bridge.mdx b/docs/onchainkit/latest/components/appchain/bridge.mdx index 256e185df..de0d4196e 100644 --- a/docs/onchainkit/latest/components/appchain/bridge.mdx +++ b/docs/onchainkit/latest/components/appchain/bridge.mdx @@ -204,7 +204,7 @@ const customBridgeableTokens: BridgeableToken[] = [ The `remoteToken` field represents the token address on the appchain you're bridging to. -ERC-20 tokens on the appchain must comply to the `IOptimismMintableERC20` interface to be bridgeable. +ERC-20 tokens on the appchain must comply with the `IOptimismMintableERC20` interface to be bridgeable. Follow the [Optimism documentation](https://docs.optimism.io/app-developers/tutorials/bridging/standard-bridge-standard-token#create-an-l2-erc-20-token) to retrieve the `remoteToken` address for your ERC-20 token. @@ -492,4 +492,4 @@ export type UseDepositButtonParams = { export type UseWithdrawButtonParams = { withdrawStatus: string; }; -``` \ No newline at end of file +```