Chore: fix a typo in MessageBox types (#10847)

pull/10846/merge
Ruzaini Ourtech 2018-04-24 10:24:32 +08:00 committed by 杨奕
parent 8d6a2a4555
commit 8ce14faacc
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export interface ElMessageBox {
/** Show an alert message box */ /** Show an alert message box */
alert: ElMessageBoxShortcutMethod alert: ElMessageBoxShortcutMethod
/** Show a comfirm message box */ /** Show a confirm message box */
confirm: ElMessageBoxShortcutMethod confirm: ElMessageBoxShortcutMethod
/** Show a prompt message box */ /** Show a prompt message box */