Skip to content

Commit 80dafa1

Browse files
committed
misteak
1 parent 523b6ca commit 80dafa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ in the load request queue will never be batched, and thus _will never complete_!
483483
`ScheduledDataLoaderRegistry` is a registry that allows for dispatching to be done on a schedule. It contains a
484484
predicate that is evaluated (per data loader contained within) when `dispatchAll` is invoked.
485485

486-
If that predicate is true, it will make a `dispatch` call on the data loader, otherwise is will schedule as task to
486+
If that predicate is true, it will make a `dispatch` call on the data loader, otherwise is will schedule a task to
487487
perform that check again. Once a predicate evaluated to true, it will not reschedule and another call to
488488
`dispatchAll` is required to be made.
489489

0 commit comments

Comments
 (0)