From c6aa18bcc79c67c8511de083c4d9e67c0543a6f9 Mon Sep 17 00:00:00 2001 From: Matt Obee Date: Mon, 20 Nov 2023 23:22:59 +0000 Subject: [PATCH] Fix 'controlled' typo --- docs/pages/components/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/components/tooltip.md b/docs/pages/components/tooltip.md index 6d0177b434..fe1f39cdd3 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