Skip to content

Commit ef3a8e3

Browse files
agroves333jamesdaniels
authored andcommitted
docs(afs): typo, misspelled word 'methods' #1213
1 parent f2df83e commit ef3a8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/firestore/documents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are multiple ways of streaming collection data from Firestore.
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

75-
**When would you not use it?** - When you need the `id` of the document to use data manipulation metods. This method assumes you either are saving the `id` to the document data or using a "readonly" approach.
75+
**When would you not use it?** - When you need the `id` of the document to use data manipulation methods. This method assumes you either are saving the `id` to the document data or using a "readonly" approach.
7676

7777
### `snapshotChanges()`
7878
**What is it?** - Returns an Observable of data as a `DocumentChangeAction`.
@@ -106,4 +106,4 @@ To retrieve a nested collection use the `collection(path: string)` method.
106106
}
107107
```
108108

109-
### [Next Step: Collections in AngularFirestore](collections.md)
109+
### [Next Step: Collections in AngularFirestore](collections.md)

0 commit comments

Comments
 (0)