Skip to content

Commit 463c9e4

Browse files
authored
Merge pull request #70 from hamidshahid/patch-1
Update README.md
2 parents 010d139 + c2cb713 commit 463c9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ maintain minimal outgoing data requests.
121121

122122
In the example above, the first call to dispatch will cause the batched user keys (1 and 2) to be fired at the BatchLoader function to load 2 users.
123123

124-
Since each `thenAccept` callback made more calls to `userLoader` to get the "user they they invited", another 2 user keys are given at the `BatchLoader`
124+
Since each `thenAccept` callback made more calls to `userLoader` to get the "user they have invited", another 2 user keys are given at the `BatchLoader`
125125
function for them.
126126

127127
In this case the `userLoader.dispatchAndJoin()` is used to make a dispatch call, wait for it (aka join it), see if the data loader has more batched entries, (which is does)

0 commit comments

Comments
 (0)