Skip to content

Commit ef6d32f

Browse files
authored
Typescript declaration file typo fix. (#284)
1 parent 6cbe82e commit ef6d32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ declare class DataLoader<K, V, C = K> {
5353
clearAll(): this;
5454

5555
/**
56-
* Adds the provied key and value to the cache. If the key already exists, no
56+
* Adds the provided key and value to the cache. If the key already exists, no
5757
* change is made. Returns itself for method chaining.
5858
*/
5959
prime(key: K, value: V | Error): this;

0 commit comments

Comments
 (0)