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; }