Skip to content

Commit 0e17dca

Browse files
rsarkyjamesdaniels
authored andcommitted
docs(rtdb): update lists.md to fix typo (angular#1910)
1 parent c0b1c20 commit 0e17dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtdb/lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To get the list in realtime, create a list binding as a property of your compone
4646

4747
Then in your template, you can use the `async` pipe to unwrap the binding.
4848

49-
Update `/src/app/app.component.ts` to import `AngularFireList` from `@angular/fire` and iterate thru the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
49+
Update `/src/app/app.component.ts` to import `AngularFireList` from `@angular/fire` and iterate through the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
5050

5151
```ts
5252
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)