diff --git a/lib/Tooltip/Tooltip.js b/lib/Tooltip/Tooltip.js index 19369152c..6a3583d72 100644 --- a/lib/Tooltip/Tooltip.js +++ b/lib/Tooltip/Tooltip.js @@ -100,7 +100,7 @@ export default class Tooltip extends Component { const disable = hideOnTouch && isTouch; clearTimeout(this.timeout); - // Accessibuilty - When hiding the tooltip, ensure that the mouse is not hovered over the tooltip + // Accessibility - When hiding the tooltip, ensure that the mouse is not hovered over the tooltip // - for mouse readers (WCAG 2.1 - 1.4.13 ) if (!bool) { if (!this.overlayRef?.current?.matches(':hover') &&