Skip to content

Commit 9559642

Browse files
Fix comment
1 parent 640c787 commit 9559642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/src/local/local_store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,8 +1207,7 @@ export function newMultiTabLocalStore(
12071207

12081208
/**
12091209
* Verifies the error thrown by a LocalStore operation. If a LocalStore
1210-
* operation fails becaudatabase.ts
1211-
se the primary lease has been taken by another client,
1210+
* operation fails because the primary lease has been taken by another client,
12121211
* we ignore the error (the persistence layer will immediately call
12131212
* `applyPrimaryLease` to propagate the primary state change). All other errors
12141213
* are re-thrown.

0 commit comments

Comments
 (0)