Skip to content

Commit 8027e5a

Browse files
Shamus03tmorehouse
authored andcommitted
fix(types): fix msxBoxConfirm typo (bootstrap-vue#3280)
1 parent 3fcc5dd commit 8027e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/components/modal/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface BvModal {
8686
msgBoxOk: BvModalMsgBoxShortcutMethod
8787

8888
// Show Confirm MsgBox
89-
msgBoxCofirm: BvModalMsgBoxShortcutMethod
89+
msgBoxConfirm: BvModalMsgBoxShortcutMethod
9090

9191
// Show general MsgBox (not yet documented)
9292
// msgBox: BvModalMsgBoxMethod

0 commit comments

Comments
 (0)