Skip to content
Merged

typo #1368

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rtdb/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down