From 4699f99107df4fd45df0faeaa7435b927e29a68b Mon Sep 17 00:00:00 2001 From: Matt Obee Date: Tue, 21 Nov 2023 00:45:10 +0000 Subject: [PATCH] Fix 'controlled' typo (#1735) --- 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 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