Skip to content

Commit d66f0f3

Browse files
Comment
1 parent fb762b2 commit d66f0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class SimpleDbTransaction {
122122
}
123123

124124
maybeCommit(): void {
125-
// If the browser supports V3 indexedDb, invoke commit() explicitly to
125+
// If the browser supports V3 IndexedDB, we invoke commit() explicitly to
126126
// speed up index DB processing if the event loop remains blocks.
127127
const maybeV3IndexedDb = this.transaction as any;
128128
if (typeof maybeV3IndexedDb.commit === 'function') {

0 commit comments

Comments
 (0)