Skip to content

Commit 711082c

Browse files
davidjpfeifferdavideast
authored andcommitted
docs(fix): Remove unfinished paragraphs from collections doc (#1392)
There seem to be two unfinished paragraphs lingering in this documentation. This commit removes them.
1 parent c655c98 commit 711082c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/firestore/collections.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ export class AppComponent {
220220

221221
**When would you not use it?** - When you just need a list of data. This is a more advanced usage of AngularFirestore.
222222

223-
**Best Practices** -
224-
225223
#### Example
226224
```ts
227225
import { Component } from '@angular/core';
@@ -270,8 +268,6 @@ There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `mod
270268
}
271269
```
272270

273-
**Note:** Using
274-
275271
#### Component Sample
276272
```ts
277273
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)