Skip to content

Commit d119bfb

Browse files
Typo
1 parent 15b1413 commit d119bfb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/storage/src/api.browser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { getModularInstance } from '@firebase/util';
3030
* This API is not available in Node.
3131
*
3232
* @public
33-
* @param ref - StorageReference where data should be download.
33+
* @param ref - StorageReference where data should be downloaded.
3434
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
3535
* retrieve.
3636
* @returns A Promise that resolves with a Blob containing the object's bytes
@@ -50,7 +50,7 @@ export function getBlob(
5050
* This API is only available in Node.
5151
*
5252
* @public
53-
* @param ref - StorageReference where data should be download.
53+
* @param ref - StorageReference where data should be downloaded.
5454
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
5555
* retrieve.
5656
* @returns A stream with the object's data as bytes

packages/storage/src/api.node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { getModularInstance } from '@firebase/util';
3030
* This API is not available in Node.
3131
*
3232
* @public
33-
* @param ref - StorageReference where data should be download.
33+
* @param ref - StorageReference where data should be downloaded.
3434
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
3535
* retrieve.
3636
* @returns A Promise that resolves with a Blob containing the object's bytes
@@ -50,7 +50,7 @@ export function getBlob(
5050
* This API is only available in Node.
5151
*
5252
* @public
53-
* @param ref - StorageReference where data should be download.
53+
* @param ref - StorageReference where data should be downloaded.
5454
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
5555
* retrieve.
5656
* @returns A stream with the object's data as bytes

packages/storage/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export { StringFormat };
8686
* https://cloud.google.com/storage/docs/configuring-cors
8787
*
8888
* @public
89-
* @param ref - StorageReference where data should be download.
89+
* @param ref - StorageReference where data should be downloaded.
9090
* @param maxDownloadSizeBytes - If set, the maximum allowed size in bytes to
9191
* retrieve.
9292
* @returns A Promise containing the object's bytes

0 commit comments

Comments
 (0)