Skip to content

Commit 722881a

Browse files
committed
IndexedDb -> IndexedDB
1 parent 692c448 commit 722881a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ export class SimpleDb {
326326
reject(
327327
new FirestoreError(
328328
Code.FAILED_PRECONDITION,
329-
'Unable to open an IndexedDb connection. This could be due to running in a ' +
329+
'Unable to open an IndexedDB connection. This could be due to running in a ' +
330330
'private browsing session on a browser whose private browsing sessions do not ' +
331-
'support IndexedDb. (' +
331+
'support IndexedDB. (' +
332332
error +
333333
')'
334334
)

0 commit comments

Comments
 (0)