Skip to content

Commit 1aef368

Browse files
Merge pull request #23 from angular/master
Update upstream
2 parents b5028f2 + 2c70e3f commit 1aef368

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)