From 42b0f89a465445496ffee2a872d4c6ac47064807 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 20 Sep 2024 17:32:28 +0200 Subject: [PATCH] chore: fix typo --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index d67e649..2e758a1 100644 --- a/web/index.html +++ b/web/index.html @@ -273,7 +273,7 @@

What does it mean if I get an error?

outText += "IPNI\n" } } else { - outText += "❌ Could not find the multihash in DHR or IPNI\n" + outText += "❌ Could not find the multihash in DHT or IPNI\n" } if (respObj.DataAvailableOverBitswap.Error !== "") {