docs(form): fix typo (#5896)

pull/5917/head
bqy_fe 2022-08-22 08:59:35 +08:00 committed by GitHub
parent ae451b71df
commit 2a3798e9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ But it also has some disadvantages:
</a-form-item>
```
As above Form.Item does not know whether to collect `name="a"` or `name=`b\`\`, you can solve this kind of problem in the following two ways:
As above Form.Item does not know whether to collect `name="a"` or `name="b"`, you can solve this kind of problem in the following two ways:
The first is to use multiple `a-form-item`:

View File

@ -110,7 +110,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
</a-form-item>
```
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name=`b\`\`,你可以通过如下三种方式去解决此类问题:
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name="b"`,你可以通过如下三种方式去解决此类问题:
第一种,使用多个 `a-form-item`: