Skip to content

Commit 4c782ad

Browse files
authored
docs: Fix Typos in docs (#7963)
1 parent af6a306 commit 4c782ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/portal/src/app/typescript/v5/extensions/examples/transfering-tokens/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Transfering (sending) tokens using thirdweb extensions
1+
# Transferring (sending) tokens using thirdweb extensions
22

33
## ERC721
44
```typescript

apps/portal/src/app/typescript/v5/extensions/use/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const transactionResult = await sendTransaction({
5858

5959
### Example: `transfer()` extension for ERC20 tokens
6060

61-
This extension conveniently handles unit conversion when transfering ERC20 tokens. You can pass the amount in tokens, the extension will convert it to the right unit before calling the contract.
61+
This extension conveniently handles unit conversion when Transferring ERC20 tokens. You can pass the amount in tokens, the extension will convert it to the right unit before calling the contract.
6262

6363
```typescript
6464
import { getContract, sendTransaction } from "thirdweb";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sendTx(transaction);
7272

7373
As you can see, by pairing the contract extensions with `useReadContract` (for read) and `useSendTransaction` (for write),
7474
we are able to greatly reduce the amount of code that is packaged & shipped to the end users. Plus, with this approach we can dedicate more time
75-
to building contract extensions. The SDK v5 currenty supports over hundreds of extensions, with some popular protocols like Uniswap, Farcaster, Lens & more to come.
75+
to building contract extensions. The SDK v5 currently supports over hundreds of extensions, with some popular protocols like Uniswap, Farcaster, Lens & more to come.
7676

7777
View a list of [supported extensions](/typescript/v5/extensions/built-in) here, or [build your own](/typescript/v5/extensions/create)!
7878

0 commit comments

Comments
 (0)