diff --git a/examples/docs/en-US/input.md b/examples/docs/en-US/input.md index 0a57f01a0a..e71b4fd5c6 100644 --- a/examples/docs/en-US/input.md +++ b/examples/docs/en-US/input.md @@ -263,7 +263,7 @@ export default { ### Sizes -:::demo Add `size` attribute to change the size of Input. In addition to the default size, there are three other options: `large`, `small` and `mini`. +:::demo Add `size` attribute to change the size of Input. In addition to the default size, there are three other options: `medium`, `small` and `mini`. ```html
diff --git a/examples/docs/fr-FR/input.md b/examples/docs/fr-FR/input.md index c9266aab99..661b72b3e2 100644 --- a/examples/docs/fr-FR/input.md +++ b/examples/docs/fr-FR/input.md @@ -262,7 +262,7 @@ export default { ### Tailles -:::demo Ajoutez l'attribut `size` pour changer la taille de l'input. En plus de la taille par défaut, il y a trois autres options: `large`, `small` et `mini`. +:::demo Ajoutez l'attribut `size` pour changer la taille de l'input. En plus de la taille par défaut, il y a trois autres options: `medium`, `small` et `mini`. ```html