diff --git a/packages/client/src/lib.js b/packages/client/src/lib.js index 8ef5380948..d5a02b5901 100644 --- a/packages/client/src/lib.js +++ b/packages/client/src/lib.js @@ -287,7 +287,7 @@ class NFTStorage { * Note: URLs for `File` objects will retain file names e.g. in case of * `new File([bytes], 'cat.png', { type: 'image/png' })` will be transformed * into a URL that looks like `ipfs://bafy...hash/image/cat.png`. For `Blob` - * objects, the URL will not have a file name name or mime type, instead it + * objects, the URL will not have a file name or mime type, instead it * will be transformed into a URL that looks like * `ipfs://bafy...hash/image/blob`. *