Merge pull request #46 from thgh/patch-1

Typo "yours suported commands"
This commit is contained in:
Henrique Dias 2016-11-06 11:31:34 +00:00 committed by GitHub
commit 41e7894425

View File

@ -579,7 +579,7 @@ document.addEventListener('listing', event => {
document.getElementById('search').classList.remove('active');
});
document.querySelector('#search > div div').innerHTML = "Search or use one of yours suported commands: " + user.Commands.join(", ") + ".";
document.querySelector('#search > div div').innerHTML = "Search or use one of your supported commands: " + user.Commands.join(", ") + ".";
document.querySelector('#search input').addEventListener('keyup', searchEvent);
}