diff --git a/_embed/public/js/application.js b/_embed/public/js/application.js index 4ba2ed56..50af4f31 100644 --- a/_embed/public/js/application.js +++ b/_embed/public/js/application.js @@ -480,7 +480,7 @@ var searchEvent = function(event) { let box = document.querySelector('#search div'); 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; }