Skip to content

Commit 0c0000a

Browse files
reimertzFeiyang1
authored andcommitted
Update index.ts (#1710)
1 parent 6064f27 commit 0c0000a

File tree

1 file changed

+1
-1
lines changed
  • packages/rxfire/firestore/document

1 file changed

+1
-1
lines changed

packages/rxfire/firestore/document/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function doc(ref: firestore.DocumentReference) {
2525
}
2626

2727
/**
28-
* Returns a stream of a document, mapped to its data payload and optionally the docuument ID
28+
* Returns a stream of a document, mapped to its data payload and optionally the document ID
2929
* @param query
3030
*/
3131
export function docData<T>(

0 commit comments

Comments
 (0)