From 41b803fbe121d1b22384625c6ce8559a5baec955 Mon Sep 17 00:00:00 2001
From: Jorik Schellekens <joriksch@gmail.com>
Date: Thu, 10 Sep 2020 12:54:02 +0200
Subject: [PATCH] Update weechat description

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
---
 src/clients/Weechat.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/clients/Weechat.tsx b/src/clients/Weechat.tsx
index a29c150..ff6b528 100644
--- a/src/clients/Weechat.tsx
+++ b/src/clients/Weechat.tsx
@@ -68,7 +68,7 @@ const Weechat: TextClient = {
                 return '';
         }
     },
-    description: 'Commandline Matrix interface using Weechat',
+    description: 'Command-line Matrix interface using Weechat',
 };
 
 export default Weechat;
-- 
GitLab