diff --git a/src/firestore/collection/collection.ts b/src/firestore/collection/collection.ts index 21aa2f8eb..cd5b7bebb 100644 --- a/src/firestore/collection/collection.ts +++ b/src/firestore/collection/collection.ts @@ -115,7 +115,7 @@ export class AngularFirestoreCollection { * Create a reference to a single document in a collection. * @param path */ - doc(path: string) { - return new AngularFirestoreDocument(this.ref.doc(path)); + doc(path: string) { + return new AngularFirestoreDocument(this.ref.doc(path)); } }