From 537d6c199ebd540f613d19e20edcd89eea4f074e Mon Sep 17 00:00:00 2001 From: Kristopher Santos Date: Sat, 5 Apr 2025 15:33:55 +0800 Subject: [PATCH] FIX: Fixed grammar of comment --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 5b95554..9a223ff 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,7 +46,7 @@ function AppRouting() { // Invoke the global hotkeys useGlobalHotkeys(); - // Show nothing if theme is empty + // Show nothing if the theme is empty if (Object.keys(theme).length === 0) { return null; }