Skip to content

Commit 03697d0

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 4d53cea commit 03697d0

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
@@ -33,7 +33,7 @@ client.addHooks(debounceHook);
3333
```
3434

3535
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).
36-
Be default, the key-generation function is purely based on the flag key.
36+
By 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

3939
```ts

0 commit comments

Comments
 (0)