Skip to content

Commit

Permalink
Update packages/react/src/components/Toggletip/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Feb 8, 2023
1 parent 40c5b69 commit 47daf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Toggletip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 47daf67

Please sign in to comment.