Skip to content

Commit ffe1158

Browse files
author
Jimbob
authored
Annoying typo fixed
1 parent f7a61d3 commit ffe1158

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)