Skip to content

Commit 84e69c4

Browse files
Fix
1 parent e0adfc9 commit 84e69c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firestore/lite/src/api/reference.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -903,12 +903,12 @@ export function doc<T>(
903903
* All documents are directly fetched from the server, even if the document was
904904
* previously read or modified. Recent modifications are only reflected in the
905905
* retrieved `DocumentSnapshot` if they have already been applied by the
906-
* backend. If the client is offline, the read fails. If you like to use
906+
* backend. If the client is offline, the read fails. If you like to use
907907
* caching or see local modifications, please use the full Firestore SDK.
908908
*
909909
* @param reference The reference of the document to fetch.
910-
* @return A Promise resolved with a DocumentSnapshot containing the
911-
* current document contents.
910+
* @return A Promise resolved with a `DocumentSnapshot` containing the current
911+
* document contents.
912912
*/
913913
export function getDoc<T>(
914914
reference: DocumentReference<T>

0 commit comments

Comments
 (0)