From 4a6acfbdedbc2b138ab06ba6a028796c447e61d8 Mon Sep 17 00:00:00 2001 From: Hazel <52577448+Hazel-Lin@users.noreply.github.com> Date: Thu, 9 Feb 2023 21:11:44 +0800 Subject: [PATCH] Docs(en-US): [Form] (#22268) --- 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 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