Skip to content

Commit 572368e

Browse files
authored
chore: fix typos in docs (#7777)
1 parent 9b5ca42 commit 572368e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/portal/src/app/tokens/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const metadata = createMetadata({
1313

1414
Deploy and manage tokens on any EVM compatible blockchain, thirdweb offers:
1515

16-
- Prebuilt audited contracts deployable via dashboard or programatically.
16+
- Prebuilt audited contracts deployable via dashboard or programmatically.
1717
- Base implementations to customize and build your own contracts.
1818

1919
<Tabs defaultValue="pre-built">

apps/portal/src/app/typescript/v5/ecosystem-wallet/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can configure the allowed auth strategies on [your dashboard](https://thirdw
6565

6666
<DocImage src={EcosystemSocialConfig}/>
6767

68-
For prebuilt UIs, the enabled auth strategies are automatically read from your dashbaord configurations.
68+
For prebuilt UIs, the enabled auth strategies are automatically read from your dashboard configurations.
6969

7070
For custom UIs, you can configure the auth options when connecting the wallet. See [using your own UI](#using-your-own-ui) for an example.
7171

apps/portal/src/app/typescript/v5/extensions/examples/lens-protocol/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Interacting with Lens protocol
22
In Lens protocol, each profile is represented by an ERC721 token.
33
In this particular context, the tokenId (of the ERC721 token) is the profileId.
4-
They can be used interchangably.
4+
They can be used interchangeably.
55

66
## Get Lens profile metadata from a profileId
77
```ts

0 commit comments

Comments
 (0)