Skip to content

Commit a50359f

Browse files
authored
Fix typos batch 2 signed (#602)
* Fix typos batch 2 with verified signature * Fix typos batch 2 with verified signature
1 parent e073009 commit a50359f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/base-app/introduction/beta-faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Your basename will only be visible from users in the Base beta. Interaction from
3636
## Wallet and Funds
3737

3838
### I logged into the beta, but don’t see my funds from my previous Coinbase Wallet.
39-
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 .
39+
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 .
4040

4141
You can return to your previous wallet by toggling beta mode off.
4242
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
6464

6565
<AccordionGroup>
6666
<Accordion title="I logged into the beta, but don’t see my funds from my previous Coinbase Wallet.">
67-
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 .
67+
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 .
6868

6969
<Info>
7070
You can return to your previous wallet by toggling beta mode off.

docs/base-chain/tools/tokens-in-wallet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ By sharing a unique link to your token’s asset page, your community can easily
9191

9292
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.
9393

94-
By encouraging your community to use Coinbase Wallet, your token can be appear on Trending Swaps and reach a wider audience.
94+
By encouraging your community to use Coinbase Wallet, your token can appear on Trending Swaps and reach a wider audience.
9595

9696
## Send via text
9797

docs/get-started/base.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Build on Base and choose the features that fits your needs — from sub-cent glo
1616
</Accordion>
1717
<Accordion title="Creator Tools">
1818
**Creator Monetization:** Creators of all kinds are exploring new ways to
19-
monetize their work. Innovate on the frontier of creator monetiziation with
19+
monetize their work. Innovate on the frontier of creator monetization with
2020
the creator economy on Base.
2121
</Accordion>
2222
<Accordion title="Builder Experience">

docs/get-started/build-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Base is a fast, low-cost, builder-friendly Ethereum L2 built to bring the next b
3232
npm create onchain@latest
3333
```
3434

35-
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).
35+
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).
3636

3737
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.
3838

docs/mini-apps/quickstart/migrate-existing-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Create a file available at `https://www.your-domain.com/.well-known/farcaster.js
7575
Create the manifest file in your project at `/public/.well-known/farcaster.json`.
7676
</Tab>
7777
<Tab title="Next.js">
78-
Create a Next.js rouote to host your manifest file
78+
Create a Next.js route to host your manifest file
7979
```typescript app/.well-known/farcaster.json/route.ts
8080
function withValidProperties(properties: Record<string, undefined | string | string[]>) {
8181
return Object.fromEntries(

0 commit comments

Comments
 (0)