From c8118fbe233b16bddbc647815de9ecae1bdd13eb Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 12:45:00 +0000 Subject: [PATCH 1/2] Fix typos batch 2 with verified signature --- docs/get-started/base.mdx | 2 +- docs/get-started/build-app.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/base.mdx b/docs/get-started/base.mdx index f324ff73..3450c144 100644 --- a/docs/get-started/base.mdx +++ b/docs/get-started/base.mdx @@ -16,7 +16,7 @@ Build on Base and choose the features that fits your needs — from sub-cent glo **Creator Monetization:** Creators of all kinds are exploring new ways to - monetize their work. Innovate on the frontier of creator monetiziation with + monetize their work. Innovate on the frontier of creator monetization with the creator economy on Base. diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index 4a561e31..449477e2 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -32,7 +32,7 @@ Base is a fast, low-cost, builder-friendly Ethereum L2 built to bring the next b npm create onchain@latest ``` - The prompots will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key). + The prompts will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key). Once you've gone through the prompts, you'll have a new project directory with a basic OnchainKit app. Run the following to see it live. From 0cbf9ebcbf51b06bdd1e48d0f8487cf9bf7fe618 Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 13:02:09 +0000 Subject: [PATCH 2/2] Fix typos batch 2 with verified signature --- docs/base-app/introduction/beta-faq.mdx | 4 ++-- docs/base-chain/tools/tokens-in-wallet.mdx | 2 +- docs/mini-apps/quickstart/migrate-existing-apps.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/base-app/introduction/beta-faq.mdx b/docs/base-app/introduction/beta-faq.mdx index 685ac4dd..62b8271c 100644 --- a/docs/base-app/introduction/beta-faq.mdx +++ b/docs/base-app/introduction/beta-faq.mdx @@ -36,7 +36,7 @@ Your basename will only be visible from users in the Base beta. Interaction from ## Wallet and Funds ### I logged into the beta, but don’t see my funds from my previous Coinbase Wallet. -The Baset beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . +The Base beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . You can return to your previous wallet by toggling beta mode off. Navigate to the Social tab (first icon), tap your profile pic, and toggle “beta mode” off. @@ -64,7 +64,7 @@ Yes. The beta is smart wallet only -The Baset beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . +The Base beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . You can return to your previous wallet by toggling beta mode off. diff --git a/docs/base-chain/tools/tokens-in-wallet.mdx b/docs/base-chain/tools/tokens-in-wallet.mdx index 2a347309..bf84406e 100644 --- a/docs/base-chain/tools/tokens-in-wallet.mdx +++ b/docs/base-chain/tools/tokens-in-wallet.mdx @@ -91,7 +91,7 @@ By sharing a unique link to your token’s asset page, your community can easily The Trending Swaps on Base module reflects the top tokens traded through the Coinbase Wallet mobile app, browser extension, and website app over the past 24 hours. -By encouraging your community to use Coinbase Wallet, your token can be appear on Trending Swaps and reach a wider audience. +By encouraging your community to use Coinbase Wallet, your token can appear on Trending Swaps and reach a wider audience. ## Send via text diff --git a/docs/mini-apps/quickstart/migrate-existing-apps.mdx b/docs/mini-apps/quickstart/migrate-existing-apps.mdx index 43450cc5..0483c147 100644 --- a/docs/mini-apps/quickstart/migrate-existing-apps.mdx +++ b/docs/mini-apps/quickstart/migrate-existing-apps.mdx @@ -75,7 +75,7 @@ Create a file available at `https://www.your-domain.com/.well-known/farcaster.js Create the manifest file in your project at `/public/.well-known/farcaster.json`. - Create a Next.js rouote to host your manifest file + Create a Next.js route to host your manifest file ```typescript app/.well-known/farcaster.json/route.ts function withValidProperties(properties: Record) { return Object.fromEntries(