Browse Source

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

Ruzaini Ourtech 7 years ago
parent
commit
8ce14faacc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/message-box.d.ts

+ 1 - 1
types/message-box.d.ts

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