Skip to content

Commit 2a3798e

Browse files
authored
docs(form): fix typo (#5896)
1 parent ae451b7 commit 2a3798e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/form/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ But it also has some disadvantages:
111111
</a-form-item>
112112
```
113113

114-
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:
114+
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:
115115

116116
The first is to use multiple `a-form-item`:
117117

components/form/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
110110
</a-form-item>
111111
```
112112

113-
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name=`b\`\`,你可以通过如下三种方式去解决此类问题:
113+
如上 Form.Item 并不知道需要收集 `name="a"` 还是 `name="b"`,你可以通过如下三种方式去解决此类问题:
114114

115115
第一种,使用多个 `a-form-item`:
116116

0 commit comments

Comments
 (0)