Skip to content

Commit bb3d922

Browse files
authored
fixes Typo in Install/Setup.md Step 4 #3337 (#3338)
1 parent 960dd59 commit bb3d922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Open `/src/app/app.component.html`:
8787

8888
```html
8989
<ul>
90-
<li class="text" *ngFor="let item of items | async">
90+
<li class="text" *ngFor="let item of items$ | async">
9191
{{item.name}}
9292
</li>
9393
</ul>

0 commit comments

Comments
 (0)