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();