Skip to content

Commit 334b7c0

Browse files
committed
fix typo
1 parent bb49761 commit 334b7c0

File tree

1 file changed

+1
-1
lines changed
  • apps/playground-web/src/app/connect/pay/transactions

1 file changed

+1
-1
lines changed

apps/playground-web/src/app/connect/pay/transactions/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function NoFundsPopup() {
113113

114114
<CodeExample
115115
preview={<PayTransactionButtonPreview />}
116-
code={`import { trasnfer } from "thirdweb/extensions/erc1155";
116+
code={`import { transfer } from "thirdweb/extensions/erc1155";
117117
import { TransactionButton, useActiveAccount } from "thirdweb/react";
118118
119119

0 commit comments

Comments
 (0)