From 2e20effb43657de3944091f164f9fbd72b4b2977 Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Sat, 28 Jun 2025 04:29:59 +0300 Subject: Fix typos (#1629) Co-authored-by: Scott Densmore Co-authored-by: Jacob Richman --- packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx') diff --git a/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx b/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx index 2fa72f96..c392159b 100644 --- a/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx +++ b/packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx @@ -14,7 +14,7 @@ describe('', () => { // 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 - // cluttering the console if there are ignoreable issues. + // cluttering the console if there are ignorable issues. setMaxSizedBoxDebugging(true); it('renders children without truncation when they fit', () => { -- cgit v1.2.3