diff --git a/packages/react-reconciler/src/ReactFiberBeginWork.js b/packages/react-reconciler/src/ReactFiberBeginWork.js index aa8290bfdcb10..d472b541b11ee 100644 --- a/packages/react-reconciler/src/ReactFiberBeginWork.js +++ b/packages/react-reconciler/src/ReactFiberBeginWork.js @@ -1438,7 +1438,7 @@ function updateSuspenseComponent( nextDidTimeout = true; workInProgress.effectTag &= ~DidCapture; } else { - // Attempting the main content the main content + // Attempting the main content if (current === null || current.memoizedState !== null) { // This is a new mount or this boundary is already showing a fallback state. // Mark this subtree context as having at least one invisible parent that could