From 8029a47a835f17dbe2a09b9efaa5e7bc1c585088 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 21 Jul 2024 20:22:18 +0200 Subject: [PATCH] typo fixed --- api_webchat/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_webchat/controller.js b/api_webchat/controller.js index 0d41a83b..96c24224 100644 --- a/api_webchat/controller.js +++ b/api_webchat/controller.js @@ -63,7 +63,7 @@ worker.onmessage = function(event) { } }; -// handling commands from the backgoound page +// handling commands from the backgound page browser.runtime.onMessage.addListener((message, sender, sendResponse) => { //console.log(">>>>>>>>>>>>> controller.js onMessage: " + JSON.stringify(message)); if (message.command === "chatgpt_send") {