Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(typo):misspelled word 'methods' #1213

Merged
merged 1 commit into from
Oct 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)