8000 Docs: update input typo about size attribute by justforuse · Pull Request #21723 · ElemeFE/element · GitHub
[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: update input typo about size attribute #21723

Merged
merged 2 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: fix input size typo
  • Loading branch information
justforuse authored Feb 24, 2022
commit 64a430d6492e7847f8bdb3e1b340aba01b66af11
2 changes: 1 addition & 1 deletion examples/docs/en-US/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div class="demo-input-size">
<el-input
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/es/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default {

### Tamaño

:::demo Añada el atributo `size` para cambiar el tamaño del Input. Además del tamaño predeterminado, hay otras tres opciones: `large`, `small` y `mini`.
:::demo Añada el atributo `size` para cambiar el tamaño del Input. Además del tamaño predeterminado, hay otras tres opciones: `medium`, `small` y `mini`.

```html
<div class="demo-input-size">
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div class="demo-input-size">
<el-input
Expand Down
0