Skip to content

Commit aa8fd2c

Browse files
authored
docs(afs): Fix metdata typo
1 parent f96c345 commit aa8fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/collections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The `AngularFirestoreCollection` is a service you use to create streams of the c
4343

4444
With the exception of the `valueChanges()`, each streaming method returns an Observable of `DocumentChangeAction[]`.
4545

46-
A `DocumentChangeAction` gives you the `type` and `payload` properties. The `type` tells when what `DocumentChangeType` operation occured (`added`, `modified`, `removed`). The `payload` property is a `DocumentChange` which provides you important metdata about the change and a `doc` property which is the `DocumentSnapshot`.
46+
A `DocumentChangeAction` gives you the `type` and `payload` properties. The `type` tells when what `DocumentChangeType` operation occured (`added`, `modified`, `removed`). The `payload` property is a `DocumentChange` which provides you important metadata about the change and a `doc` property which is the `DocumentSnapshot`.
4747

4848
```ts
4949
interface DocumentChangeAction {

0 commit comments

Comments
 (0)