Skip to content

Commit 591173d

Browse files
NE-SmallTownjetoneza
authored andcommitted
Fix a typo (facebook#13531)
1 parent 0f84c25 commit 591173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberPendingPriority.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function findNextExpirationTimeToWorkOn(completedExpirationTime, root) {
253253
let nextExpirationTimeToWorkOn =
254254
earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime;
255255

256-
// If there is no pending or pinted work, check if there's suspended work
256+
// If there is no pending or pinged work, check if there's suspended work
257257
// that's lower priority than what we just completed.
258258
if (
259259
nextExpirationTimeToWorkOn === NoWork &&

0 commit comments

Comments
 (0)