From 12c76b7a54f8edc618c7e0cdd888e6e5d694a98a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 27 Oct 2016 20:32:23 +0100 Subject: [PATCH] typo fix by @princemaple --- _embed/public/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }