Browse Source

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

Ruzaini Ourtech 7 năm trước cách đây
mục cha
commit
8ce14faacc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */