Skip to content

Commit

Permalink
Typescript declaration file typo fix. (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-h authored Sep 26, 2021
1 parent 6cbe82e commit ef6d32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare class DataLoader<K, V, C = K> {
clearAll(): this;

/**
* Adds the provied key and value to the cache. If the key already exists, no
* Adds the provided key and value to the cache. If the key already exists, no
* change is made. Returns itself for method chaining.
*/
prime(key: K, value: V | Error): this;
Expand Down

0 comments on commit ef6d32f

Please sign in to comment.