Skip to content

Commit d71b42d

Browse files
cheooooljamesdaniels
authored andcommitted
docs(): retreive -> retrieve (#1276)
1 parent 10afd64 commit d71b42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rtdb/lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class AppComponent {
3131
}
3232
```
3333

34-
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.
34+
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.
3535

3636
## Create a list binding
3737

docs/rtdb/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class AppComponent {
3232
}
3333
```
3434

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

3737
## Create an object binding
3838

0 commit comments

Comments
 (0)