We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d627286 commit e413180Copy full SHA for e413180
README.md
@@ -444,7 +444,7 @@ let usernameLoader = new DataLoader(names => genUsernames(names).then(users => {
444
445
## Custom Caches
446
447
-DataLoader can optionaly be provided a custom Map instance to use as its
+DataLoader can optionally be provided a custom Map instance to use as its
448
memoization cache. More specifically, any object that implements the methods `get()`,
449
`set()`, `delete()` and `clear()` can be provided. This allows for custom Maps
450
which implement various [cache algorithms][] to be provided. By default,
0 commit comments