Skip to content

Commit 34783a3

Browse files
committed
chore: typo
1 parent a646fbc commit 34783a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/form/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const Demo = () => {
4242

4343
return (
4444
<Form form={form}>
45-
<Form.Item name="username">
45+
<FormItem name="username">
4646
<Input />
47-
</Form.Item>
47+
</FormItem>
4848
</Form>
4949
);
5050
};

0 commit comments

Comments
 (0)