From 105b67aec11c9e4e9519cc87eb8c3adf84895d4d Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 21:11:21 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")