File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/firestore/lite/src/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -903,12 +903,12 @@ export function doc<T>(
903
903
* All documents are directly fetched from the server, even if the document was
904
904
* previously read or modified. Recent modifications are only reflected in the
905
905
* 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
907
907
* caching or see local modifications, please use the full Firestore SDK.
908
908
*
909
909
* @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.
912
912
*/
913
913
export function getDoc < T > (
914
914
reference : DocumentReference < T >
You can’t perform that action at this time.
0 commit comments