diff --git a/examples/docs/en-US/form.md b/examples/docs/en-US/form.md index ffd85b6fa5f..6aa00bf9fd0 100644 --- a/examples/docs/en-US/form.md +++ b/examples/docs/en-US/form.md @@ -520,7 +520,7 @@ When an `el-form-item` is nested in another `el-form-item`, its label width will All components in a Form inherit their `size` attribute from that Form. Similarly, FormItem also has a `size` attribute. -:::demo Still you can fine tune each component's `size` if you don't want that component to inherit its size from From or FormIten. +:::demo Still you can fine tune each component's `size` if you don't want that component to inherit its size from From or FormItem. ```html