From 51fdbba1c06031a1c14e1cdff5fd639332313eb5 Mon Sep 17 00:00:00 2001 From: Amarpreet Singh Date: Wed, 17 May 2023 18:10:26 +0530 Subject: [PATCH] Update scoping-hotkeys.mdx change expect to except --- .../docs/documentation/useHotkeys/scoping-hotkeys.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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( ) -``` \ No newline at end of file +```