diff --git a/src/index.d.ts b/src/index.d.ts index 6e29ef6..71c2bdb 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -53,7 +53,7 @@ declare class DataLoader { 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;