We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94deca commit 606587dCopy full SHA for 606587d
src/datasets/hooks/debounce.ts
@@ -4,7 +4,7 @@ import { Hook } from '.';
4
export const Debounce: Hook = {
5
name: 'Debounce',
6
logo: StopWatch,
7
- description: 'Rate-limits or "debounces" flag evaluations',
+ description: 'Rate-limits or "debounces" hook executions',
8
technologies: [
9
{
10
technology: 'JavaScript',
0 commit comments