Skip to content

Commit 2f15a1a

Browse files
committed
docs: 文档构建出现未闭合标签的错误提示
1 parent e5a70f3 commit 2f15a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/uploader/doc.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ app.post('/upload', upload.single('file'), (req, res) => {
161161
| headers | Set request headers | `object` | `{}` |
162162
| data | Uploading extra params or function which can return uploading extra params formData | `object` | `{}` |
163163
| uploadIcon | Upload area<a href="#/zh-CN/icon">icon name</a> | `React.ReactNode` | `-` |
164-
| deleteIcon | Delete area icon name</a> | `React.ReactNode` | `-` |
164+
| deleteIcon | Delete area icon name | `React.ReactNode` | `-` |
165165
| uploadLabel | Upload area tip | `React.ReactNode` | `-` |
166166
| xhrState | The success status (status) value of the interface response | `number` | `200` |
167167
| withCredentials | Support for sending cookie credential information | `boolean` | `false` |

0 commit comments

Comments
 (0)