Skip to content

Commit b415837

Browse files
acdlitesebmarkbage
authored andcommitted
Typos
1 parent 98c9e9c commit b415837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberBeginWork.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ function updateSuspenseComponent(
14251425
)
14261426
) {
14271427
// This either already captured or is a new mount that was forced into its fallback
1428-
// state by a parernt.
1428+
// state by a parent.
14291429
const attemptedState: SuspenseState | null = workInProgress.memoizedState;
14301430
// Something in this boundary's subtree already suspended. Switch to
14311431
// rendering the fallback children.
@@ -1438,7 +1438,7 @@ function updateSuspenseComponent(
14381438
nextDidTimeout = true;
14391439
workInProgress.effectTag &= ~DidCapture;
14401440
} else {
1441-
// Attempting the main content the main content
1441+
// Attempting the main content
14421442
if (current === null || current.memoizedState !== null) {
14431443
// This is a new mount or this boundary is already showing a fallback state.
14441444
// Mark this subtree context as having at least one invisible parent that could

0 commit comments

Comments
 (0)