Skip to content

Commit ebbda37

Browse files
authored
Fix typos (#6970)
1 parent c81fed3 commit ebbda37

File tree

23 files changed

+28
-28
lines changed

23 files changed

+28
-28
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/(marketplace)/components/list-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const CreateListingsForm: React.FC<CreateListingsFormProps> = ({
345345
const promise = sendAndConfirmTx.mutateAsync(approveTx);
346346
toast.promise(promise, {
347347
loading: "Approving NFT for listing",
348-
success: "NFT approved succesfully",
348+
success: "NFT approved successfully",
349349
error: "Failed to approve NFT",
350350
});
351351
await promise;

apps/portal/src/app/connect/wallet/security/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When a user signs into an application using their email or social logins for the
3838

3939
### General Usage
4040

41-
- When users interact with their wallet via the the enclave, all communications are encrypted and only the legitimate user can access their wallet.
41+
- When users interact with their wallet via the enclave, all communications are encrypted and only the legitimate user can access their wallet.
4242
- All traffic is encrypted with TLS and HSTS. Services are run in private VPCs on AWS and accessible only from a single entry point via our Cloudflare DNS.
4343
- Applications can [link multiple authentication methods](/connect/in-app-wallet/guides/link-multiple-profiles) to the same wallet. Any of these methods can be used to authenticate into the users wallet.
4444

apps/portal/src/app/contracts/build/base-contracts/erc-4337/account/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ App developers can issue `Account` smart accounts programmatically by deploying
3838

3939
<br />
4040

41-
<Callout title="Issue accounts programatically" variant="info" >
41+
<Callout title="Issue accounts programmatically" variant="info" >
4242

4343
If you intend to issue accounts programmatically using a custom factory contract, you must do the following:
4444

apps/portal/src/app/contracts/build/base-contracts/erc-4337/managed-account/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An upgrade to the features of `ManagedAccount` applies to **all** `ManagedAccoun
3232

3333
<br />
3434

35-
<Callout title="Issue accounts programatically" variant="info">
35+
<Callout title="Issue accounts programmatically" variant="info">
3636

3737
If you intend to issue accounts programmatically using a custom factory contract, you must do the following:
3838

apps/portal/src/app/dotnet/wallets/providers/ecosystem-wallet/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ecosystem Wallets support a variety of login methods:
2020
- Custom Auth (Generic Auth Endpoint)
2121
- Guest (Onboard easily, link other accounts later)
2222
- Backend (Server Wallets)
23-
- Siwe (Login with a seperate wallet supported by the SDK)
23+
- Siwe (Login with a separate wallet supported by the SDK)
2424
- SiweExternal (Login with an external wallet that only supports web using a browser loading a static thirdweb React page temporarily)
2525

2626
## Usage
@@ -104,7 +104,7 @@ An instance of `ThirdwebClient`.
104104

105105
### ecosystemId (required)
106106

107-
The ID of the ecosyste wallet you created on the dashboard.
107+
The ID of the ecosystem wallet you created on the dashboard.
108108

109109
### ecosystemPartnerId (optional)
110110

apps/portal/src/app/dotnet/wallets/providers/in-app-wallet/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In-App Wallets support a variety of login methods:
2020
- Custom Auth (Generic Auth Endpoint)
2121
- Guest (Onboard easily, link other accounts later)
2222
- Backend (Server Wallets)
23-
- Siwe (Login with a seperate wallet supported by the SDK)
23+
- Siwe (Login with a separate wallet supported by the SDK)
2424
- SiweExternal (Login with an external wallet that only supports web using a browser loading a static thirdweb React page temporarily)
2525

2626
## Usage

apps/portal/src/app/react/v5/getting-started/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can quickly create a new project with the thirdweb CLI
1212
npx thirdweb create app
1313
```
1414

15-
or clone the the Next.js or Vite starter repo:
15+
or clone the Next.js or Vite starter repo:
1616

1717
<Stack>
1818
<GithubTemplateCard

apps/portal/src/app/react/v5/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can quickly create a new project with the thirdweb CLI
6060
npx thirdweb create app
6161
```
6262

63-
or clone the the Next.js or Vite starter repo:
63+
or clone the Next.js or Vite starter repo:
6464

6565
<Stack>
6666
<GithubTemplateCard

apps/portal/src/app/react/v5/rainbow-kit-migrate/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Learn how to migrate to thirdweb's ConnectButton component from [RainbowKit](htt
111111

112112
<hr/>
113113

114-
### Initalization
114+
### Initialization
115115

116116
#### RainbowKit
117117

apps/portal/src/app/typescript/v5/contract/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ const contract = getContract({
1919
});
2020
```
2121

22-
Contracts defined this way are lightweight and can be exported as consts accross your application to read or write to it.
22+
Contracts defined this way are lightweight and can be exported as consts across your application to read or write to it.

0 commit comments

Comments
 (0)