From b6e47517ee6ac8459f68101094965506f63099f6 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Thu, 22 Sep 2022 06:44:34 +0530 Subject: [PATCH] docs: removed duplicate consecutive words in JSDoc (#1777) --- types/firestore.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/firestore.d.ts b/types/firestore.d.ts index 9bc0d6760..ae6ab85a9 100644 --- a/types/firestore.d.ts +++ b/types/firestore.d.ts @@ -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.