Skip to content

Commit 1f52c96

Browse files
acdlitesebmarkbage
andauthored
Typo
Co-Authored-By: sebmarkbage <[email protected]>
1 parent 55a741d commit 1f52c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberBeginWork.js

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)