Skip to content

Commit e413180

Browse files
Jason-CookeIvanGoncharov
authored andcommitted
docs: fix typo
1 parent d627286 commit e413180

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
@@ -444,7 +444,7 @@ let usernameLoader = new DataLoader(names => genUsernames(names).then(users => {
444444

445445
## Custom Caches
446446

447-
DataLoader can optionaly be provided a custom Map instance to use as its
447+
DataLoader can optionally be provided a custom Map instance to use as its
448448
memoization cache. More specifically, any object that implements the methods `get()`,
449449
`set()`, `delete()` and `clear()` can be provided. This allows for custom Maps
450450
which implement various [cache algorithms][] to be provided. By default,

0 commit comments

Comments
 (0)