Skip to content

Commit e75c20f

Browse files
authored
Update incorrect mention of "upload" in a download example.
In code that provides an example of how to download a file, there is an incorrect mention of uploading.
1 parent 56d7062 commit e75c20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/download-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function downloadFullExample() {
6666
// User doesn't have permission to access the object
6767
break;
6868
case 'storage/canceled':
69-
// User canceled the upload
69+
// User canceled the download
7070
break;
7171

7272
// ...

0 commit comments

Comments
 (0)