Skip to content

Commit ce93680

Browse files
authored
fix spelling mobile.ts
Signed-off-by: Tronica <[email protected]>
1 parent f03ded3 commit ce93680

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/storage/upload

1 file changed

+1
-1
lines changed

packages/thirdweb/src/storage/upload/mobile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export async function uploadBatchMobile(
104104
);
105105
}
106106

107-
return reject(new Error("Unknown upload error occured"));
107+
return reject(new Error("Unknown upload error occurred"));
108108
});
109109

110110
xhr.open("POST", `https://${getThirdwebDomains().storage}/ipfs/upload`);

0 commit comments

Comments
 (0)