Skip to content

Commit 3483e7e

Browse files
authored
docs(File): onProgress -> onprogress (#402)
1 parent 8203556 commit 3483e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ module.exports = function(AV) {
619619
/**
620620
* Saves the file to the AV cloud.
621621
* @param {Object} [options]
622-
* @param {UploadProgressCallback} [options.onProgress]
622+
* @param {UploadProgressCallback} [options.onprogress] 文件上传进度,在 Node.js 与小程序中无效,回调参数说明详见 {@link UploadProgressCallback}。
623623
* @return {Promise} Promise that is resolved when the save finishes.
624624
*/
625625
save(options) {

0 commit comments

Comments
 (0)