Skip to content

Commit fd11cd7

Browse files
author
Brian Chen
committed
typo
1 parent 4e8ca3c commit fd11cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7865,7 +7865,7 @@ declare namespace firebase.firestore {
78657865
/**
78667866
* Called by the Firestore SDK to convert a custom model object of type T
78677867
* into a plain Javascript object (suitable for writing directly to the
7868-
* Firestore database). To use set() with `merge` and `mergeFields,
7868+
* Firestore database). To use set() with `merge` and `mergeFields`,
78697869
* toFirestore() must be defined with `Partial<T>`.
78707870
*/
78717871
toFirestore(modelObject: T): DocumentData;

0 commit comments

Comments
 (0)