diff --git a/docs/rtdb/lists.md b/docs/rtdb/lists.md index 05482a49b..b0a3ddffd 100644 --- a/docs/rtdb/lists.md +++ b/docs/rtdb/lists.md @@ -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 diff --git a/docs/rtdb/objects.md b/docs/rtdb/objects.md index 05744edf9..c9c70b8e3 100644 --- a/docs/rtdb/objects.md +++ b/docs/rtdb/objects.md @@ -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