🌐 AI搜索 & 代理 主页
Skip to content

Commit 2d94656

Browse files
authored
Merge pull request lian-yue#204 from ahDDD/dev
some docs supplements
2 parents 53db208 + 8a8c8c1 commit 2d94656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This process is divided in three phases: <strong>start</strong>, <strong>upload<
139139

140140
#### start
141141

142-
This is the first phase of the process. We'll tell the backend that we are going to upload a file, with certain `size` and `mime_type`.
142+
This is the first phase of the process. We'll tell the backend that we are going to upload a file, with certain `size`, `name` and `mime_type`.
143143

144144
Use the option `startBody` to add more parameters to the body of this request.
145145

src/chunk/ChunkUploadHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class ChunkUploadHandler {
4545
}
4646

4747
/**
48-
* Gets the file size
48+
* Gets the file name
4949
*/
5050
get fileName () {
5151
return this.file.name

0 commit comments

Comments
 (0)