Skip to content

Commit fa65e58

Browse files
chore(docs): fix event name to hide a specific tooltip
1 parent a8a5d4e commit fa65e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ To close a **specific tooltip**, pass the trigger element's `id`, or the `id` of
463463
was provided in the config object) as the first argument:
464464

465465
```js
466-
this.$root.$emit('bv::show::tooltip', 'my-trigger-button-id')
466+
this.$root.$emit('bv::hide::tooltip', 'my-trigger-button-id')
467467
```
468468

469469
To open a **specific tooltip**, pass the trigger element's `id`, or the `id` of the tooltip (if one

0 commit comments

Comments
 (0)