diff --git a/README.md b/README.md index d3d19bbb..a85ad015 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,10 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c ## Storybook for UI components See `storybook/README.md` for details on local Storybook and component docs. + + + + + + + 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/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. diff --git a/docs/mini-apps/quickstart/migrate-existing-apps.mdx b/docs/mini-apps/quickstart/migrate-existing-apps.mdx index 7514bac5..bd951be4 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(