Skip to content

Commit c2cb713

Browse files
author
Hamid shahid
authored
Update README.md
Fixed phrase "they they invited" to "they have invited"
1 parent 96adddc commit c2cb713

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)