Fix 'controlled' typo (#1735)

This commit is contained in:
Matt Obee
2023-11-21 00:45:10 +00:00
committed by GitHub
parent 025da5e59f
commit 4699f99107

View File

@@ -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
<sl-button style="margin-right: 4rem;">Toggle Manually</sl-button>