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.`; } });