Skip to content

Commit 56a3285

Browse files
Update libs/hooks/debounce/src/lib/debounce-hook.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Todd Baert <[email protected]>
1 parent 297e8ac commit 56a3285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/debounce/src/lib/debounce-hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export type Options<T extends FlagValue = FlagValue> = {
6767
*/
6868
errorCacheKeySupplier?: (flagKey: string, context: EvaluationContext, err: unknown) => string | null | undefined;
6969
/**
70-
* Function to generate the cache key for the error stage of the wrapped hook.
70+
* Function to generate the cache key for the finally stage of the wrapped hook.
7171
* If the cache key is found in the cache, the hook stage will not run.
7272
* If not defined, the DebounceHook will no-op for this stage (inner hook will always run for this stage).
7373
*

0 commit comments

Comments
 (0)