mirror of https://github.com/ElemeFE/element
Chore: fix a typo in MessageBox types (#10847)
parent
8d6a2a4555
commit
8ce14faacc
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue