Skip to content

Commit c47d209

Browse files
jlara310davideast
authored andcommitted
docs(firestore): Minor grammar fix. (#1529)
1 parent e343f13 commit c47d209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ interface DocumentSnapshot {
6868
There are multiple ways of streaming collection data from Firestore.
6969

7070
### `valueChanges()`
71-
**What is it?** - Returns an Observable of document data. All Snapshot metadata is stripped and just the method provides only the data.
71+
**What is it?** - Returns an Observable of document data. All Snapshot metadata is stripped. This method provides only the data.
7272

7373
**Why would you use it?** - When you just need the object data. No document metadata is attached which makes it simple to render to a view.
7474

0 commit comments

Comments
 (0)