From 10cd4613a1d5ce34140a8146f8a04c58c94610a4 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Mon, 21 Nov 2022 09:26:33 -0500 Subject: [PATCH] Update app/static/index.js Co-authored-by: Ben Steinberg --- app/static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/index.js b/app/static/index.js index f971426..f2507eb 100644 --- a/app/static/index.js +++ b/app/static/index.js @@ -122,7 +122,7 @@ checkPdfDialog.querySelector("button").addEventListener("click", async(e) => { } } catch(err) { - console.log(`/api/v1/hashes/check/ responsed with HTTP ${err}`); + console.log(`/api/v1/hashes/check/ responded with HTTP ${err}`); output.value += `An error occurred while trying to verify file.`; } });