Skip to content

Commit 0a790fd

Browse files
committed
docs: typo fixes
1 parent 2725f33 commit 0a790fd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apps/portal/public/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51703,7 +51703,7 @@ const transaction = prepareContractCall({
5170351703

5170451704
For transactions that transfer ERC20 tokens, you can specify the value as the amount of tokens to transfer.
5170551705

51706-
You can use this in conjuction with the [getApprovalForTransaction](https://portal.thirdweb.com/references/typescript/v5/getApprovalForTransaction) function to easily create approval transactions for ERC20 tokens.
51706+
You can use this in conjunction with the [getApprovalForTransaction](https://portal.thirdweb.com/references/typescript/v5/getApprovalForTransaction) function to easily create approval transactions for ERC20 tokens.
5170751707

5170851708
This value will also be read by the react hooks and UI components to present to total cost to the user.
5170951709

apps/portal/src/app/wallets/link-profiles/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ import { getProfiles } from "thirdweb/wallets";
232232

233233
const profiles = await getProfiles({
234234
client,
235-
// optionally sepcify the ecosystem for ecosystem wallets
235+
// optionally specify the ecosystem for ecosystem wallets
236236
});
237237

238238
console.log(profiles[0].type); // will be "email", "phone", "google", "discord", etc

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

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

1313
Webhooks are a way to receive real-time updates for onchain and offchain events.
1414

15-
An **event** is a real-time update or action that occured for your team or project.
15+
An **event** is a real-time update or action that occurred for your team or project.
1616

1717
A **webhook** is a configured endpoint on your backend that receives events.
1818

packages/vault-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Vault SDK
22

3-
This package contains utilities to interact with Vault, thirdweb's key management servive.
3+
This package contains utilities to interact with Vault, thirdweb's key management service.
44

55
[View documentation](https://portal.thirdweb.com/vault)

scripts/hotlink/hotlink-init.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function script() {
3939
// how to use hot-linked packages
4040
console.log(
4141
"\x1b[33m%s\x1b[0m",
42-
"Run Below Commands to use Hotlinked pacakges in your project:\n",
42+
"Run Below Commands to use Hotlinked packages in your project:\n",
4343
);
4444
console.log("\x1b[33m%s\x1b[0m", "pnpm link @thirdweb-dev/react");
4545
console.log("\x1b[33m%s\x1b[0m", "pnpm --force");

0 commit comments

Comments
 (0)