Skip to content

Commit c152db3

Browse files
authored
Fix Typographical Errors in Documentation and Comments (#7331)
Signed-off-by: kilavvy <[email protected]>
1 parent 5f57300 commit c152db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/thirdweb/src/extensions/erc721/drops/write/claimToBatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function getClaimToBatchParams(
101101
* For identical addresses that stays next to each other in the array,
102102
* we can combine them into one transaction _without altering the claiming order_
103103
*
104-
* For exampple, this structure:
104+
* For example, this structure:
105105
* [
106106
* {
107107
* to: "0xabc",

packages/thirdweb/src/extensions/unstoppable-domains/read/resolveName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function resolveName(
5959
});
6060

6161
// 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
6363
const domain = await reverseNameOf({ contract, addr: address });
6464
if (!domain) {
6565
throw new Error(

0 commit comments

Comments
 (0)