From 99a6245f65ec2f78bd7c4c4c18f5dd936935f579 Mon Sep 17 00:00:00 2001 From: linhuizi <529246402@qq.com> Date: Mon, 21 Nov 2022 18:17:54 +0800 Subject: [PATCH] docs(en-US): [Form] --- examples/docs/en-US/form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/form.md b/examples/docs/en-US/form.md index ffd85b6fa5..6aa00bf9fd 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