Skip to content

Commit 2c70e3f

Browse files
ames89jamesdaniels
authored andcommitted
docs(): there's no "A" in metadata... oh, wait (#1445)
1 parent e27b91f commit 2c70e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/documents.md

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

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

40-
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`.
40+
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`.
4141

4242
```ts
4343
interface DocumentChangeAction {

0 commit comments

Comments
 (0)