diff --git a/electron/main/script.js b/electron/main/script.js
index 78e2054..581b4a2 100644
--- a/electron/main/script.js
+++ b/electron/main/script.js
@@ -264,7 +264,7 @@ Functions used in Step 4
*/
-//function to check if one checkbox is at least klicked. Final controll function before sending the input to the generation
+//function to check if one checkbox is at least clicked. Final controll function before sending the input to the generation
function checkBoxes() {
try {
const checkboxes = document.querySelectorAll('input[name="docFormat"]');