From 8afa4cf7884883894f391382aeb88d93c21172ad Mon Sep 17 00:00:00 2001 From: Jiewei Qian Date: Sat, 2 Mar 2019 22:25:21 +1100 Subject: [PATCH] doc: fix typo `type="fixed-time"` (#14552) --- examples/docs/en-US/form.md | 6 +++--- examples/docs/es/form.md | 6 +++--- examples/docs/fr-FR/form.md | 6 +++--- examples/docs/zh-CN/form.md | 6 +++--- test/unit/specs/form.spec.js | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/docs/en-US/form.md b/examples/docs/en-US/form.md index 1b9ad7aa6..068fcb50f 100644 --- a/examples/docs/en-US/form.md +++ b/examples/docs/en-US/form.md @@ -25,7 +25,7 @@ It includes all kinds of input items, such as `input`, `select`, `radio` and `ch - - + @@ -194,7 +194,7 @@ Form component allows you to verify your data, helping you find and correct erro - - + @@ -534,7 +534,7 @@ All components in a Form inherit their `size` attribute from that Form. Similarl - - + diff --git a/examples/docs/es/form.md b/examples/docs/es/form.md index 21e533e5c..56bdd751b 100644 --- a/examples/docs/es/form.md +++ b/examples/docs/es/form.md @@ -25,7 +25,7 @@ Incluye todo tipo de entradas, tales como `input`, `select`, `radio` y `checkbox - - + @@ -198,7 +198,7 @@ El componente `form` le permite verificar sus datos, ayudándole a encontrar y c - - + @@ -547,7 +547,7 @@ Todos los componentes de un formulario heredan su atributo `size`. De manera sim - - + diff --git a/examples/docs/fr-FR/form.md b/examples/docs/fr-FR/form.md index c7fe9b351..3a56dcc21 100644 --- a/examples/docs/fr-FR/form.md +++ b/examples/docs/fr-FR/form.md @@ -25,7 +25,7 @@ Il peut contenir toutes sortes de champs tels que `input`, `select`, `radio` et - - + @@ -194,7 +194,7 @@ Le composant Form vous permet d'effectuer des vérifications, afin de détecter - - + @@ -533,7 +533,7 @@ Tout les composants d'un formulaire héritent leur attribut `size` de ce formula - - + diff --git a/examples/docs/zh-CN/form.md b/examples/docs/zh-CN/form.md index ec02b70c7..e94fd53ca 100644 --- a/examples/docs/zh-CN/form.md +++ b/examples/docs/zh-CN/form.md @@ -24,7 +24,7 @@ - - + @@ -190,7 +190,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h - - + @@ -528,7 +528,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h - - + diff --git a/test/unit/specs/form.spec.js b/test/unit/specs/form.spec.js index 68a354d3b..a719e291e 100644 --- a/test/unit/specs/form.spec.js +++ b/test/unit/specs/form.spec.js @@ -284,7 +284,7 @@ describe('Form', () => { - - + @@ -517,7 +517,7 @@ describe('Form', () => { template: ` - + `,