diff --git a/src/downloader.html b/src/downloader.html index 109ced3..d9f0a97 100644 --- a/src/downloader.html +++ b/src/downloader.html @@ -81,7 +81,7 @@

}); ipcRenderer.on('champion-treated-flux', (event, name) => { - console.log(`Download treaded by Flu.x: ${name}`); + console.log(`Download treated by Flu.x: ${name}`); document.getElementById('text').innerHTML += `${name} (Flu.x)
`; document.getElementById('download').value++;