diff --git a/packages/thirdweb/src/extensions/erc721/drops/write/claimToBatch.ts b/packages/thirdweb/src/extensions/erc721/drops/write/claimToBatch.ts index e8c655b0082..8edbfe59b2a 100644 --- a/packages/thirdweb/src/extensions/erc721/drops/write/claimToBatch.ts +++ b/packages/thirdweb/src/extensions/erc721/drops/write/claimToBatch.ts @@ -101,7 +101,7 @@ async function getClaimToBatchParams( * For identical addresses that stays next to each other in the array, * we can combine them into one transaction _without altering the claiming order_ * - * For exampple, this structure: + * For example, this structure: * [ * { * to: "0xabc", diff --git a/packages/thirdweb/src/extensions/unstoppable-domains/read/resolveName.ts b/packages/thirdweb/src/extensions/unstoppable-domains/read/resolveName.ts index c40605f1d01..b8ec7f4c08a 100644 --- a/packages/thirdweb/src/extensions/unstoppable-domains/read/resolveName.ts +++ b/packages/thirdweb/src/extensions/unstoppable-domains/read/resolveName.ts @@ -59,7 +59,7 @@ export async function resolveName( }); // Note: if the given wallet address does not have any UD name, `reverseNameOf` will return an empty string - // 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 + // 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 const domain = await reverseNameOf({ contract, addr: address }); if (!domain) { throw new Error(