File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/thirdweb/src/extensions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ async function getClaimToBatchParams(
101
101
* For identical addresses that stays next to each other in the array,
102
102
* we can combine them into one transaction _without altering the claiming order_
103
103
*
104
- * For exampple , this structure:
104
+ * For example , this structure:
105
105
* [
106
106
* {
107
107
* to: "0xabc",
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export async function resolveName(
59
59
} ) ;
60
60
61
61
// Note: if the given wallet address does not have any UD name, `reverseNameOf` will return an empty string
62
- // This can still happen if you have transfered a domain to a new address, and forgot to set up the Reverse Resolution on the new address
62
+ // This can still happen if you have transferred a domain to a new address, and forgot to set up the Reverse Resolution on the new address
63
63
const domain = await reverseNameOf ( { contract, addr : address } ) ;
64
64
if ( ! domain ) {
65
65
throw new Error (
You can’t perform that action at this time.
0 commit comments