Fix a typo (#13531)

This commit is contained in:
Heaven
2018-09-02 03:40:17 +08:00
committed by Dan Abramov
parent 46950a3dfc
commit 0040efc8d8

View File

@@ -253,7 +253,7 @@ function findNextExpirationTimeToWorkOn(completedExpirationTime, root) {
let nextExpirationTimeToWorkOn =
earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime;
// If there is no pending or pinted work, check if there's suspended work
// If there is no pending or pinged work, check if there's suspended work
// that's lower priority than what we just completed.
if (
nextExpirationTimeToWorkOn === NoWork &&