From 16388c4afcdf033a0052265d07a77b62c353fcaa Mon Sep 17 00:00:00 2001
From: Thomas Ghysels <thoogh@gmail.com>
Date: Sat, 5 Nov 2016 12:54:35 +0100
Subject: [PATCH] Typo "yours suported commands"

---
 _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 fa63bb00..7ef99f7c 100644
--- a/_embed/public/js/application.js
+++ b/_embed/public/js/application.js
@@ -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);
     }