Skip to content

Commit 5398d68

Browse files
authored
fixed mintAdditionalSupplyTo example (#2796)
1 parent bf0509e commit 5398d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc1155/write/mintAdditionalSupplyTo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type MintAdditionalSupplyToParams = {
1616
* @example
1717
* ```ts
1818
* import { mintAdditionalSupplyTo } from "thirdweb/extensions/erc1155";
19-
* const transaction = mintTo({
19+
* const transaction = mintAdditionalSupplyTo({
2020
* contract,
2121
* to: "0x...",
2222
* tokenId: 1n,

0 commit comments

Comments
 (0)