From 5fa4623b557a169e830f02c53c127920f3173f28 Mon Sep 17 00:00:00 2001 From: riobits <23579928+riobits@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:46:59 +0300 Subject: [PATCH] Fix: typo --- packages/client/src/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. *