Skip to content

Commit 83f4e09

Browse files
authored
docs: Fix typos (vuejs#1318)
1 parent 66f42ed commit 83f4e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firestore/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface UseCollectionOptions extends _UseFirestoreRefOptions {}
2020
export type { _RefFirestore, VueFirestoreDocumentData, VueFirestoreQueryData }
2121

2222
/**
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
2424
* query or converter.
2525
*
2626
* @param collectionRef - query or collection
@@ -62,7 +62,7 @@ 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 the type of the converter
65+
* Creates a reactive document from a document ref from Firestore. Extracts the type of the converter
6666
*
6767
* @param documentRef - document reference
6868
* @param options - optional options

0 commit comments

Comments
 (0)