File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface UseCollectionOptions extends _UseFirestoreRefOptions {}
20
20
export type { _RefFirestore , VueFirestoreDocumentData , VueFirestoreQueryData }
21
21
22
22
/**
23
- * Creates a reactive collection (usually an array) of documents from a collection ref or a query from Firestore. Extracts the the type of the
23
+ * Creates a reactive collection (usually an array) of documents from a collection ref or a query from Firestore. Extracts the type of the
24
24
* query or converter.
25
25
*
26
26
* @param collectionRef - query or collection
@@ -62,7 +62,7 @@ export function useCollection<T>(
62
62
export interface UseDocumentOptions extends _UseFirestoreRefOptions { }
63
63
64
64
/**
65
- * Creates a reactive document from a document ref from Firestore. Extracts the the type of the converter
65
+ * Creates a reactive document from a document ref from Firestore. Extracts the type of the converter
66
66
*
67
67
* @param documentRef - document reference
68
68
* @param options - optional options
You can’t perform that action at this time.
0 commit comments