Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
adverised -> advertised
  • Loading branch information
achingbrain authored and aschmahmann committed Feb 21, 2023
1 parent 9702b6f commit 3a13d65
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 @@ -201,7 +201,7 @@ <h2 class="f4">What does it mean if I get an error?</h2>
}

if (respObj.CidInDHT === true) {
outText += "✔ Found multihash adverised in the dht\n"
outText += "✔ Found multihash advertised in the dht\n"
} else {
outText += "❌ Could not find the multihash in the dht\n"
}
Expand Down

0 comments on commit 3a13d65

Please sign in to comment.