From e256131d82a356a5ec45450d7d0eeb236a687224 Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 15 May 2024 23:02:00 +0200 Subject: [PATCH] fixed a typo in a comment --- js/mzta-chatgpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 3cf4cabc..25e8a3f9 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -260,7 +260,7 @@ function customTextBtnClick(args) { function checkGPT4Model() { return new Promise((resolve, reject) => { - // Set up an interval that shows the waring after 2 seconds + // Set up an interval that shows the warning after 2 seconds const intervalId2 = setTimeout(() => { document.getElementById('mzta-model_warn').style.display = 'inline-block'; document.getElementById('mzta-btn_gpt35').style.display = 'inline';