Преглед изворни кода

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

Ruzaini Ourtech пре 7 година
родитељ
комит
8ce14faacc
1 измењених фајлова са 1 додато и 1 уклоњено
  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 */