typo fixed

This commit is contained in:
mic 2024-07-21 20:22:18 +02:00
parent ca912be91b
commit 8029a47a83

View file

@ -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") {