summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/ThemeDialog.tsx
diff options
context:
space:
mode:
authorNoritaka Kobayashi <[email protected]>2025-06-26 13:34:53 +0900
committerGitHub <[email protected]>2025-06-26 04:34:53 +0000
commitdbe217828d71794e85e7b03592639be0b81463cb (patch)
tree257be9fe797e8ab2faaf4d8bf91faa05caaad503 /packages/cli/src/ui/components/ThemeDialog.tsx
parentb8ae12a109b2d85b925502f5afea02c624e418d6 (diff)
chore: fix typos in comment-out (#1540)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/components/ThemeDialog.tsx')
-rw-r--r--packages/cli/src/ui/components/ThemeDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/ThemeDialog.tsx b/packages/cli/src/ui/components/ThemeDialog.tsx
index ba7ec1bb..179e1ba4 100644
--- a/packages/cli/src/ui/components/ThemeDialog.tsx
+++ b/packages/cli/src/ui/components/ThemeDialog.tsx
@@ -133,7 +133,7 @@ export function ThemeDialog({
let showScopeSelection = true;
let includePadding = true;
- // Remove content from the LHS that can be ommitted if it exceeds the available height.
+ // Remove content from the LHS that can be omitted if it exceeds the available height.
if (totalLeftHandSideHeight > availableTerminalHeight) {
includePadding = false;
totalLeftHandSideHeight -= DAILOG_PADDING;