Skip to content

Commit 4140353

Browse files
Merge pull request #516 from james2mid/patch-1
Annoying typo fixed
2 parents f7a61d3 + ffe1158 commit 4140353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface CacheOptions<T, K> {
4444
}
4545

4646
/**
47-
* Persistent, least-recently-used record cache for services.
47+
* Persistent, most-recently-used record cache for services.
4848
* {@link https://feathers-plus.github.io/v1/feathers-hooks-common/index.html#Cache}
4949
*/
5050
export function cache<T, K extends keyof T>(cacheMap: CacheMap<T>, keyField?: K, options?: CacheOptions<T, K>): Hook;

0 commit comments

Comments
 (0)