Skip to content

Commit 606587d

Browse files
authored
docs: fix debounce description
Signed-off-by: Todd Baert <[email protected]>
1 parent b94deca commit 606587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/hooks/debounce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Hook } from '.';
44
export const Debounce: Hook = {
55
name: 'Debounce',
66
logo: StopWatch,
7-
description: 'Rate-limits or "debounces" flag evaluations',
7+
description: 'Rate-limits or "debounces" hook executions',
88
technologies: [
99
{
1010
technology: 'JavaScript',

0 commit comments

Comments
 (0)