Skip to content

Commit e63bbfe

Browse files
authored
Update index.d.ts
1 parent 8ea9050 commit e63bbfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/firebase/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5440,8 +5440,8 @@ declare namespace firebase.storage {
54405440
* This is a helper method for calling list() repeatedly until there are
54415441
* no more results. The default pagination size is 1000.
54425442
*
5443-
* Note: The results may not be a consistent snapshot if objects are
5444-
* changed while this operation is running.
5443+
* Note: The results may not be consistent if objects are changed while this
5444+
* operation is running.
54455445
*
54465446
* Warning: listAll may potentially consume too many resources if there are
54475447
* too many results.
@@ -5459,7 +5459,7 @@ declare namespace firebase.storage {
54595459
* delimited folder structure.
54605460
* Refer to GCS's List API if you want to learn more.
54615461
*
5462-
* To adhere to Firebase Rules's Semantics, Firebase storage does not
5462+
* To adhere to Firebase Rules's Semantics, Firebase Storage does not
54635463
* support objects whose paths end with "/" or contain two consecutive
54645464
* "/"s. Firebase Storage List API will filter these unsupported objects.
54655465
* list() may fail if there are too many unsupported objects in the bucket.
@@ -5469,7 +5469,7 @@ declare namespace firebase.storage {
54695469
* Use the nextPageToken to retrieve more objects.
54705470
* @param options.pageToken The `nextPageToken` from a previous call to
54715471
* list(). If provided, listing is resumed from the previous position.
5472-
* @return A promise that resolves with the items and prefixes.
5472+
* @return A Promise that resolves with the items and prefixes.
54735473
* `prefixes` contains references to sub-folders and `items`
54745474
* contains references to objects in this folder. `nextPageToken`
54755475
* can be used to get the rest of the results.

0 commit comments

Comments
 (0)