From 47daf67dc50b7e6fe248bcff4e29592dd84bc256 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Wed, 8 Feb 2023 09:21:54 -0600 Subject: [PATCH] Update packages/react/src/components/Toggletip/index.js --- packages/react/src/components/Toggletip/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Toggletip/index.js b/packages/react/src/components/Toggletip/index.js index d3fe1714d744..75b16ce0ba3e 100644 --- a/packages/react/src/components/Toggletip/index.js +++ b/packages/react/src/components/Toggletip/index.js @@ -115,7 +115,7 @@ function Toggletip({ } } - // If the `Toggletip` is the last focusable item in the tab order, it shoudl also close when the browser window loses focus (#12922) + // If the `Toggletip` is the last focusable item in the tab order, it should also close when the browser window loses focus (#12922) useWindowEvent('blur', () => { if (open) { actions.close();