From ab96676e360b57cb5467826793288d4d6e003d60 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Sat, 5 Jul 2025 17:23:39 +0200 Subject: fix typos in diverse files (#3284) Co-authored-by: Scott Densmore --- packages/cli/src/ui/components/shared/MaxSizedBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/shared/MaxSizedBox.tsx') diff --git a/packages/cli/src/ui/components/shared/MaxSizedBox.tsx b/packages/cli/src/ui/components/shared/MaxSizedBox.tsx index c803b680..eb5ef6b4 100644 --- a/packages/cli/src/ui/components/shared/MaxSizedBox.tsx +++ b/packages/cli/src/ui/components/shared/MaxSizedBox.tsx @@ -328,7 +328,7 @@ function visitBoxRow(element: React.ReactNode): Row { if (!hasSeenWrapped) { row.noWrapSegments.push(segment); } else { - // put in in the wrapped segment as the row is already stuck in wrapped mode. + // put in the wrapped segment as the row is already stuck in wrapped mode. row.segments.push(segment); debugReportError( 'Text elements without wrapping cannot appear after elements with wrapping in the same row.', -- cgit v1.2.3