summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx
diff options
context:
space:
mode:
authorDidier Durand <[email protected]>2025-07-05 17:23:39 +0200
committerGitHub <[email protected]>2025-07-05 15:23:39 +0000
commitab96676e360b57cb5467826793288d4d6e003d60 (patch)
tree2367b013462ed831cc436b1b1632915c0aaf6e2b /packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx
parent47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (diff)
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx')
-rw-r--r--packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx b/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx
index c392159b..50951b4f 100644
--- a/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx
+++ b/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx
@@ -13,7 +13,7 @@ import { describe, it, expect } from 'vitest';
describe('<MaxSizedBox />', () => {
// Make sure MaxSizedBox logs errors on invalid configurations.
// This is useful for debugging issues with the component.
- // It should be set to false in production for perfornance and to avoid
+ // It should be set to false in production for performance and to avoid
// cluttering the console if there are ignorable issues.
setMaxSizedBoxDebugging(true);