Skip to content

Commit

Permalink
docs(afs): typo, misspelled word 'methods' #1213
Browse files Browse the repository at this point in the history
  • Loading branch information
agroves333 authored and jamesdaniels committed Oct 5, 2017
1 parent f2df83e commit ef3a8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/firestore/documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ There are multiple ways of streaming collection data from Firestore.

**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.

**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.
**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.

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

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

0 comments on commit ef3a8e3

Please sign in to comment.