diff --git a/index.html b/index.html
index 6d146ba..00bef52 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@ console.log(helpers.isToxic(objSentence))
helpers.consoleUseWarner("DO NOT INPUT ANYTHING HERE UNLESS YOU KNOW WHAT YOU ARE DOING.")
createParagraph("toxicityBool", "Input text to the text box bellow, click the button, and check here if its toxic.")
-html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."}
+html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."})
let submit = html.createElement("button", "submit")
submit.onclick(tox(textBox1.value))