Skip to content
Merged
Show file tree
Hide file tree
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/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class AppComponent {
}
```

In this section, we're going to modify the `/src/app/app.component.ts` to retreive data as list, but before that let's look at ways around how to bind to a list.
In this section, we're going to modify the `/src/app/app.component.ts` to retrieve data as list, but before that let's look at ways around how to bind to a list.

## Create a list binding

Expand Down
2 changes: 1 addition & 1 deletion docs/rtdb/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class AppComponent {
}
```

In this section, we're going to modify the `/src/app/app.component.ts` to retreive data as object.
In this section, we're going to modify the `/src/app/app.component.ts` to retrieve data as object.

## Create an object binding

Expand Down