Skip to content

Commit 7cf9538

Browse files
authored
Update useKeyDown.mdx
1 parent 7b6e744 commit 7cf9538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/hook/api/useKeyDown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Component() {
3737
| ---------- | ------------ | ---------- | --------------------------------------- |
3838
| target | `RefObject`? | `document` | The target to listen for the key press. |
3939
| active | `boolean`? | `true` | Whether the hook is active. |
40-
| modifiers | `Modifiers`? | `{}` | The modifier keys that must be pressed. |
40+
| modifiers | [Modifiers](#modifiers)? | `{}` | The modifier keys that must be pressed. |
4141

4242
### Modifiers
4343

0 commit comments

Comments
 (0)