diff --git a/index.html b/index.html
index fffd9a9..2fcd8f1 100644
--- a/index.html
+++ b/index.html
@@ -235,7 +235,7 @@
const searchParams = new URLSearchParams(window.location.hash.substr(1));
function reactInput(inputData) {
- // convert the hash `#&n=...` to an `OPENPGP4FPR:#n=...` url
+ // convert `&n=...` to `OPENPGP4FPR:#n=...` url
const isValid = !!inputData;
var openpgp4fprStr = "OPENPGP4FPR:" + inputData.replace(/&/, "#")