Skip to content

Commit

Permalink
Typo fix (facebook#21729)
Browse files Browse the repository at this point in the history
emitted instead of emmitted
  • Loading branch information
DenrizSusam authored and zhengjitf committed Apr 15, 2022
1 parent c7656b3 commit a2e9595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFizzServer.js
Original file line number Diff line number Diff line change
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 a2e9595

Please sign in to comment.