diff --git a/documentation/docs/documentation/useHotkeys/scoping-hotkeys.mdx b/documentation/docs/documentation/useHotkeys/scoping-hotkeys.mdx index c1e06000..9367a113 100644 --- a/documentation/docs/documentation/useHotkeys/scoping-hotkeys.mdx +++ b/documentation/docs/documentation/useHotkeys/scoping-hotkeys.mdx @@ -51,7 +51,7 @@ function ScopedHotkey() { return ( <> -
The count is {count}. Click anywhere expect for the button to disable the hotkey.
+The count is {count}. Click anywhere except for the button to disable the hotkey.
@@ -65,7 +65,7 @@ function SecondScopedHotkey() { return ( <> -The count is {count}. Click anywhere expect for the button to disable the hotkey.
+The count is {count}. Click anywhere except for the button to disable the hotkey.
@@ -151,4 +151,4 @@ render(