Skip to content

Commit

Permalink
Fix 'controlled' typo (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee authored Nov 21, 2023
1 parent 025da5e commit 4699f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/components/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4699f99

Please sign in to comment.