From e016964b8360e356cf97852d4051cb0ccd6fef97 Mon Sep 17 00:00:00 2001 From: Adam Groves Date: Thu, 5 Oct 2017 13:05:24 -0400 Subject: [PATCH] Fix typo --- docs/firestore/documents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/firestore/documents.md b/docs/firestore/documents.md index ee0dabe23..f8ef07045 100644 --- a/docs/firestore/documents.md +++ b/docs/firestore/documents.md @@ -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`. @@ -106,4 +106,4 @@ To retrieve a nested collection use the `collection(path: string)` method. } ``` -### [Next Step: Collections in AngularFirestore](collections.md) \ No newline at end of file +### [Next Step: Collections in AngularFirestore](collections.md)