diff --git a/src/Web/WebMVC/Views/Order/Detail.cshtml b/src/Web/WebMVC/Views/Order/Detail.cshtml index 757700793..4b46f9921 100644 --- a/src/Web/WebMVC/Views/Order/Detail.cshtml +++ b/src/Web/WebMVC/Views/Order/Detail.cshtml @@ -40,7 +40,7 @@
-
Shiping address
+
Shipping address
diff --git a/src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html b/src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html index 04face7ff..e0ea4f722 100644 --- a/src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html +++ b/src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html @@ -16,7 +16,7 @@
{{order.status}}
-

Shiping address

+

Shipping address

{{order.street}} {{order.city}} {{order.country}}