From e660234e77013ba5f43dead0fdbc3bea4b5097dd Mon Sep 17 00:00:00 2001 From: David J Pfeiffer Date: Sat, 23 Dec 2017 14:28:50 -0600 Subject: [PATCH] Remove unfinished paragraphs from collections doc There seem to be two unfinished paragraphs lingering in this documentation. This commit removes them. --- docs/firestore/collections.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/firestore/collections.md b/docs/firestore/collections.md index 5a050fc26..b6683d13f 100644 --- a/docs/firestore/collections.md +++ b/docs/firestore/collections.md @@ -220,8 +220,6 @@ export class AppComponent { **When would you not use it?** - When you just need a list of data. This is a more advanced usage of AngularFirestore. -**Best Practices** - - #### Example ```ts import { Component } from '@angular/core'; @@ -270,8 +268,6 @@ There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `mod } ``` -**Note:** Using - #### Component Sample ```ts import { Component } from '@angular/core';