Skip to content

Commit 3f62dec

Browse files
authored
Typo fix (#21729)
emitted instead of emmitted
1 parent 5579f1d commit 3f62dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFizzServer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ function flushSegment(
16121612
// Assign an ID to refer to the future content by.
16131613
boundary.rootSegmentID = request.nextSegmentId++;
16141614
if (boundary.completedSegments.length > 0) {
1615-
// If this is at least partially complete, we can queue it to be partially emmitted early.
1615+
// If this is at least partially complete, we can queue it to be partially emitted early.
16161616
request.partialBoundaries.push(boundary);
16171617
}
16181618

0 commit comments

Comments
 (0)