Skip to content

Commit 1e2c71e

Browse files
committed
docs: missing sentences
Close #1471
1 parent 64308fb commit 1e2c71e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/firestore/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ export function useCollection<T>(
6262
export interface UseDocumentOptions extends _UseFirestoreRefOptions {}
6363

6464
/**
65-
* Creates a reactive document from a document ref from Firestore. Extracts the type of the converter
65+
* Creates a reactive document from a document ref from Firestore. Automatically extracts the type of the converter or
66+
* the document.
6667
*
6768
* @param documentRef - document reference
6869
* @param options - optional options

src/firestore/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { _FirestoreRefOptionsWithDefaults } from './bind'
1515
export type FirestoreReference = Query | DocumentReference | CollectionReference
1616

1717
/**
18-
* Default converter for Firestore data. Can be overridden by setting the
18+
* Default converter for Firestore data. Can be overridden globally by setting `globalFirestoreOptions.converter`.
1919
*/
2020
export const firestoreDefaultConverter: FirestoreDataConverter<VueFirestoreDocumentData> =
2121
{

0 commit comments

Comments
 (0)