File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import { getModularInstance } from '@firebase/util';
30
30
* This API is not available in Node.
31
31
*
32
32
* @public
33
- * @param ref - StorageReference where data should be download .
33
+ * @param ref - StorageReference where data should be downloaded .
34
34
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
35
35
* retrieve.
36
36
* @returns A Promise that resolves with a Blob containing the object's bytes
@@ -50,7 +50,7 @@ export function getBlob(
50
50
* This API is only available in Node.
51
51
*
52
52
* @public
53
- * @param ref - StorageReference where data should be download .
53
+ * @param ref - StorageReference where data should be downloaded .
54
54
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
55
55
* retrieve.
56
56
* @returns A stream with the object's data as bytes
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import { getModularInstance } from '@firebase/util';
30
30
* This API is not available in Node.
31
31
*
32
32
* @public
33
- * @param ref - StorageReference where data should be download .
33
+ * @param ref - StorageReference where data should be downloaded .
34
34
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
35
35
* retrieve.
36
36
* @returns A Promise that resolves with a Blob containing the object's bytes
@@ -50,7 +50,7 @@ export function getBlob(
50
50
* This API is only available in Node.
51
51
*
52
52
* @public
53
- * @param ref - StorageReference where data should be download .
53
+ * @param ref - StorageReference where data should be downloaded .
54
54
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
55
55
* retrieve.
56
56
* @returns A stream with the object's data as bytes
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export { StringFormat };
86
86
* https://cloud.google.com/storage/docs/configuring-cors
87
87
*
88
88
* @public
89
- * @param ref - StorageReference where data should be download .
89
+ * @param ref - StorageReference where data should be downloaded .
90
90
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
91
91
* retrieve.
92
92
* @returns A Promise containing the object's bytes
You can’t perform that action at this time.
0 commit comments