We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5579f1d commit 3f62decCopy full SHA for 3f62dec
packages/react-server/src/ReactFizzServer.js
@@ -1612,7 +1612,7 @@ function flushSegment(
1612
// Assign an ID to refer to the future content by.
1613
boundary.rootSegmentID = request.nextSegmentId++;
1614
if (boundary.completedSegments.length > 0) {
1615
- // 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.
1616
request.partialBoundaries.push(boundary);
1617
}
1618
0 commit comments