From 11843891caeef22966123409b2cb024efd35f8ab Mon Sep 17 00:00:00 2001 From: Jaime Alvarez Date: Wed, 5 Apr 2017 06:31:07 +0000 Subject: [PATCH] Dialog: Fix documentation error ''s for the Dialog component examples in the documentation had repeated 'text' attributes. --- examples/docs/en-US/dialog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/docs/en-US/dialog.md b/examples/docs/en-US/dialog.md index ad082663d..65e0b3bff 100644 --- a/examples/docs/en-US/dialog.md +++ b/examples/docs/en-US/dialog.md @@ -84,7 +84,7 @@ The content of Dialog can be anything, even a table or a form. This example show ```html -open a Table nested Dialog +open a Table nested Dialog @@ -95,7 +95,7 @@ The content of Dialog can be anything, even a table or a form. This example show -open a Form nested Dialog +open a Form nested Dialog @@ -180,7 +180,7 @@ The content of Dialog can be anything, even a table or a form. This example show | footer | content of the Dialog footer | ### Methods -Each `el-dialog` instance has the following methods that can be used to open/close the instance without explicitly changing the value of `v-model`: +Each `el-dialog` instance has the following methods that can be used to open/close the instance without explicitly changing the value of `v-model`: | Method | Description | |------|--------|