Skip to content

Commit 768bacc

Browse files
committed
fix: typo
1 parent b48573e commit 768bacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/BTooltip.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function resolveDelay(values: DirectiveBinding['value']): Tooltip.Options['delay
5353

5454
const BTooltip: Directive<HTMLElement> = {
5555
beforeMount(el, binding) {
56-
el.setAttribute('data-bs-toogle', 'tooltip')
56+
el.setAttribute('data-bs-toggle', 'tooltip')
5757

5858
const isHtml = /<("[^"]*"|'[^']*'|[^'">])*>/.test(el.title)
5959
const trigger = resolveTrigger(binding.modifiers)

0 commit comments

Comments
 (0)