Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-Authored-By: sebmarkbage <sebastian@calyptus.eu>
  • Loading branch information
acdlite and sebmarkbage committed May 8, 2019
1 parent 55a741d commit 1f52c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberBeginWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ function updateSuspenseComponent(
)
) {
// This either already captured or is a new mount that was forced into its fallback
// state by a parernt.
// state by a parent.
const attemptedState: SuspenseState | null = workInProgress.memoizedState;
// Something in this boundary's subtree already suspended. Switch to
// rendering the fallback children.
Expand Down

0 comments on commit 1f52c96

Please sign in to comment.