diff options
| author | SADIK KUZU <[email protected]> | 2025-06-28 04:29:59 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-28 01:29:59 +0000 |
| commit | 2e20effb43657de3944091f164f9fbd72b4b2977 (patch) | |
| tree | 09430163e38934c4ea8f62172690546965245c60 /packages/cli/src/ui/components/shared/MaxSizedBox.test.tsx | |
| parent | 221b0669000b8292795267cbf71a95ad39c5fb08 (diff) | |
Fix typos (#1629)
Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: Jacob Richman <[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.tsx | 2 |
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 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('<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 - // 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', () => { |
