diff --git a/docs/rtdb/objects.md b/docs/rtdb/objects.md index ac1029344..56d7365eb 100644 --- a/docs/rtdb/objects.md +++ b/docs/rtdb/objects.md @@ -158,7 +158,7 @@ export class AppComponent { ``` ## Retrieving the snapshot -AngularFire `valueChanges()` unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by using the `snapshotChanges()` option instead. +AngularFire `valueChanges()` unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by using the `snapshotChanges()` option. ```ts this.itemRef = db.object('item');