docs: correct typos and formatting in the Getting Started guide (#30758)
PR Close #30758
This commit is contained in:

committed by
Misko Hevery

parent
0d4f8c7dd9
commit
ef4a15bc0b
@ -9,7 +9,7 @@
|
||||
<!-- #docregion prices -->
|
||||
|
||||
<div class="cart-item" *ngFor="let item of items">
|
||||
<span>{{ item.name }} </span>
|
||||
<span>{{ item.name }}</span>
|
||||
<span>{{ item.price | currency }}</span>
|
||||
</div>
|
||||
<!-- #enddocregion prices -->
|
||||
<!-- #enddocregion prices -->
|
||||
|
Reference in New Issue
Block a user