소스 검색

Docs: fix Dialog doc's typo (#9533)

Simon Knox 7 년 전
부모
커밋
120589e5b4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examples/docs/en-US/dialog.md
  2. 1 1
      examples/docs/es/dialog.md

+ 1 - 1
examples/docs/en-US/dialog.md

@@ -210,7 +210,7 @@ If a Dialog is nested in another Dialog, `append-to-body` is required.
 <template>
   <el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button>
   
-  <el-dialog title="Outter Dialog" :visible.sync="outerVisible">
+  <el-dialog title="Outer Dialog" :visible.sync="outerVisible">
     <el-dialog
         width="30%"
         title="Inner Dialog"

+ 1 - 1
examples/docs/es/dialog.md

@@ -216,7 +216,7 @@ Si un diálogo está anidado en otro diálogo, se requiere append-to-body.
 <template>
   <el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button>
   
-  <el-dialog title="Outter Dialog" :visible.sync="outerVisible">
+  <el-dialog title="Outer Dialog" :visible.sync="outerVisible">
     <el-dialog
         width="30%"
         title="Inner Dialog"