Skip to content

Commit

Permalink
docs: removed duplicate consecutive words in JSDoc (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Sep 22, 2022
1 parent f551559 commit b6e4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/firestore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ declare namespace FirebaseFirestore {
*
* You can use the transaction object passed to 'updateFunction' to read and
* modify Firestore documents under lock. You have to perform all reads
* before before you perform any write.
* before you perform any write.
*
* Transactions can be performed as read-only or read-write transactions. By
* default, transactions are executed in read-write mode.
Expand Down

0 comments on commit b6e4751

Please sign in to comment.