Skip to content

Commit 25815cc

Browse files
peterennisdavideast
authored andcommitted
(chore): fix typo in collections.md (#1358)
1 parent 9326691 commit 25815cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export class AppComponent {
262262

263263
There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `modified`. Each streaming method listens to all three by default. However, you may only be intrested in one of these events. You can specify which events you'd like to use through the first parameter of each method:
264264

265-
#### Basic smaple
265+
#### Basic sample
266266
```ts
267267
constructor(private afs: AngularFirestore): {
268268
this.itemsCollection = afs.collection<Item>('items');

0 commit comments

Comments
 (0)