Skip to content

Commit d09ddb4

Browse files
committed
Update comments
1 parent 6ff1128 commit d09ddb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/lazy-nails-guess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@firebase/firestore': patch
33
---
44

5-
Add TransactionOptions to runTransaction
5+
Add `TransactionOptions` param to `runTransaction` method

packages/firestore/src/lite-api/transaction_options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
* Options to customize transaction behavior.
2020
*/
2121
export declare interface TransactionOptions {
22-
/** maximum number of attempts to commit, after which transaction fails. Default is 5. */
22+
/** Maximum number of attempts to commit, after which transaction fails. Default is 5. */
2323
readonly maxAttempts?: number;
2424
}

0 commit comments

Comments
 (0)