Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 20, 2024
1 parent 9d909bd commit 42b0f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h2 class="f4">What does it mean if I get an error?</h2>
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 !== "") {
Expand Down

0 comments on commit 42b0f89

Please sign in to comment.