Skip to content

Commit 783aa5f

Browse files
committed
fixes spelling
1 parent 4c70148 commit 783aa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/docs/documentation/useHotkeys/basic-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function ExampleComponent() {
169169
In the example above, the user has to press the `g` key, then the `h` key and finally the `i` key in order to trigger the callback.
170170

171171
#### Timeout
172-
`useHotykes` sets a default time window for the sequential hotkey of `1000ms` to prevent listening for incomplete sequences indefinitely. If the user doesn't press the next key in that given time, the sequence is aborted.
172+
`useHotkeys` sets a default time window for the sequential hotkey of `1000ms` to prevent listening for incomplete sequences indefinitely. If the user doesn't press the next key in that given time, the sequence is aborted.
173173

174174
We can override the timeout by passing the `sequenceTimeoutMs` option:
175175

0 commit comments

Comments
 (0)