diff --git a/docs/pages/components/tooltip.md b/docs/pages/components/tooltip.md index 6d0177b4..fe1f39cd 100644 --- a/docs/pages/components/tooltip.md +++ b/docs/pages/components/tooltip.md @@ -249,7 +249,7 @@ const App = () => ( ### Manual Trigger -Tooltips can be controller programmatically by setting the `trigger` attribute to `manual`. Use the `open` attribute to control when the tooltip is shown. +Tooltips can be controlled programmatically by setting the `trigger` attribute to `manual`. Use the `open` attribute to control when the tooltip is shown. ```html:preview Toggle Manually