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 6cbe82e commit ef6d32fCopy full SHA for ef6d32f
src/index.d.ts
@@ -53,7 +53,7 @@ declare class DataLoader<K, V, C = K> {
53
clearAll(): this;
54
55
/**
56
- * 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
57
* change is made. Returns itself for method chaining.
58
*/
59
prime(key: K, value: V | Error): this;
0 commit comments