typo fix by @princemaple

This commit is contained in:
Henrique Dias 2016-10-27 20:32:23 +01:00
parent 46e19a7094
commit 12c76b7a54

View File

@ -480,7 +480,7 @@ var searchEvent = function(event) {
let box = document.querySelector('#search div'); let box = document.querySelector('#search div');
if (value.length == 0) { if (value.length == 0) {
box.innerHTML = "Write one of yours suported commands: " + user.Commands.join(", ") + "."; box.innerHTML = "Write one of your supported commands: " + user.Commands.join(", ") + ".";
return; return;
} }