diff --git a/index.html b/index.html
index 7b2d8cf..33a5a57 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,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.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."})
let submit = html.createElement("button", "submit")