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 7, 2019
1 parent de05def commit 55a741d
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 @@ -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
Expand Down

0 comments on commit 55a741d

Please sign in to comment.