Skip to content

Commit 2b34954

Browse files
Update packages/firebase/index.d.ts
Co-authored-by: Sebastian Schmidt <[email protected]>
1 parent 5c653d1 commit 2b34954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8323,7 +8323,7 @@ declare namespace firebase.firestore {
83238323
* Represents the task of loading a Firestore bundle. It provides progress of the bundle
83248324
* loading, task completion and error events should they be any.
83258325
*
8326-
* It can be used as a `Promise<LoadBundleTaskProgress>`.
8326+
* The API is compatible with `Promise<LoadBundleTaskProgress>`.
83278327
*/
83288328
export interface LoadBundleTask {
83298329
/**

0 commit comments

Comments
 (0)