Skip to content

Commit 52b043e

Browse files
author
cesnietor
committed
fix typos
1 parent b067a3b commit 52b043e

File tree

1 file changed

+1
-1
lines changed
  • web-app/src/screens/Console/Buckets/ListBuckets/Objects

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/Buckets/ListBuckets/Objects/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const download = (
121121
req.responseType = "blob";
122122
req.onreadystatechange = () => {
123123
if (req.readyState === XMLHttpRequest.DONE) {
124-
// Ensure object was donwloaded fully, if it's folder we don't get the fileSize
124+
// Ensure object was downloaded fully, if it's a folder we don't get the fileSize
125125
let completeDownload =
126126
isFolder(objectPath) || req.response.size === fileSize;
127127

0 commit comments

Comments
 (0)