Skip to content

Commit 91ef84d

Browse files
Update libs/hooks/debounce/README.md
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 0733ac7 commit 91ef84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/debounce/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ OpenFeature.addHooks(debounceHook);
3232
client.addHooks(debounceHook);
3333
```
3434

35-
The hook maintains a simple expiring cache with a fixed max size and keeps a record of recent evaluations based on an optional key-generation function (keySupplier).
35+
The hook maintains a simple expiring cache with a fixed max size and keeps a record of recent evaluations based on an optional key-generation function (cacheKeySupplier).
3636
Be default, the key-generation function is purely based on the flag key.
3737
Particularly in server use-cases, you may want to take the targetingKey or other contextual information into account in your debouncing:
3838

0 commit comments

Comments
 (0)