Skip to content

Commit 9fadc49

Browse files
committed
fix typos
1 parent af04f62 commit 9fadc49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-dataloader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const User = builder.loadableObject('User', {
384384
});
385385
```
386386

387-
Whenever a resolver returns a User or list of Users, those objects will automatically be added the
387+
Whenever a resolver returns a User or list of Users, those objects will automatically be added to the
388388
dataloaders cache, so they can be re-used in other parts of the query.
389389

390390
### Sorting results from your `load` function

website/content/docs/plugins/dataloader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const User = builder.loadableObject('User', {
465465
});
466466
```
467467

468-
Whenever a resolver returns a User or list of Users, those objects will automatically be added the
468+
Whenever a resolver returns a User or list of Users, those objects will automatically be added to the
469469
dataloaders cache, so they can be re-used in other parts of the query.
470470

471471
### Sorting results from your `load` function

0 commit comments

Comments
 (0)