From cf9683174dbe115f27e08b057e4d29ff2ddd78e8 Mon Sep 17 00:00:00 2001 From: Arthaey Angosii Date: Sun, 7 Jul 2019 18:01:33 -0700 Subject: [PATCH] Fix typo in a comment. --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index f2423a3..5c36ee6 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -236,7 +236,7 @@ table { text-decoration: underline; } -/* Panels keep everything togethert */ +/* Panels keep everything together */ .panel { display: flex; flex-direction: column;