Skip to content

Commit

Permalink
Downloader: Mispelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzzzen committed Feb 16, 2019
1 parent f7a1f8b commit a54839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="title" data-i18n="providers-downloader"></h2>
});

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)<br>`;
document.getElementById('download').value++;
Expand Down

0 comments on commit a54839a

Please sign in to comment.