Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6982f0e

Browse files
kaypee90kwabena
andauthored
Correct typo error in Shipping Address (#1712)
Co-authored-by: kwabena <[email protected]>
1 parent 8c27163 commit 6982f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Web/WebMVC/Views/Order/Detail.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<section class="esh-orders_detail-section">
4242
<article class="esh-orders_detail-titles row">
43-
<section class="esh-orders_detail-title col-12">Shiping address</section>
43+
<section class="esh-orders_detail-title col-12">Shipping address</section>
4444
</article>
4545

4646
<article class="esh-orders_detail-items row">

src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="mb-4 mt-5">[ Order List Detail ]</h1>
1616
<section class="col-3">{{order.status}}</section>
1717
</article>
1818

19-
<h2 class="esh-orders_detail-title mt-5">Shiping address</h2>
19+
<h2 class="esh-orders_detail-title mt-5">Shipping address</h2>
2020
<div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div>
2121

2222
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm"

0 commit comments

Comments
 (0)