From e280ba27a079eee3fc168f6c0ed4bb9a60fbfdcf Mon Sep 17 00:00:00 2001 From: Shamus Taylor Date: Mon, 13 May 2019 11:10:14 -0500 Subject: [PATCH] (chore) fix msxBoxConfirm typo --- types/components/modal/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/components/modal/index.d.ts b/types/components/modal/index.d.ts index 8d66d1bed6b..aa57127f8d1 100644 --- a/types/components/modal/index.d.ts +++ b/types/components/modal/index.d.ts @@ -86,7 +86,7 @@ export interface BvModal { msgBoxOk: BvModalMsgBoxShortcutMethod // Show Confirm MsgBox - msgBoxCofirm: BvModalMsgBoxShortcutMethod + msgBoxConfirm: BvModalMsgBoxShortcutMethod // Show general MsgBox (not yet documented) // msgBox: BvModalMsgBoxMethod