Typo "yours suported commands"

This commit is contained in:
Thomas Ghysels 2016-11-05 12:54:35 +01:00 committed by GitHub
parent 693a724a5d
commit 16388c4afc

View File

@ -579,7 +579,7 @@ document.addEventListener('listing', event => {
document.getElementById('search').classList.remove('active'); 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); document.querySelector('#search input').addEventListener('keyup', searchEvent);
} }