Skip to content

Commit

Permalink
Typo fix (#21729)
Browse files Browse the repository at this point in the history
emitted instead of emmitted
  • Loading branch information
DenrizSusam committed Jul 19, 2021
1 parent 5579f1d commit 3f62dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFizzServer.js
Expand Up @@ -1612,7 +1612,7 @@ function flushSegment(
// Assign an ID to refer to the future content by.
boundary.rootSegmentID = request.nextSegmentId++;
if (boundary.completedSegments.length > 0) {
// If this is at least partially complete, we can queue it to be partially emmitted early.
// If this is at least partially complete, we can queue it to be partially emitted early.
request.partialBoundaries.push(boundary);
}

Expand Down

0 comments on commit 3f62dec

Please sign in to comment.