From ba10888a6dd698c3023ddcb3724fffa836d74c86 Mon Sep 17 00:00:00 2001 From: Adam SP Date: Sat, 17 Feb 2024 04:26:30 +1100 Subject: [PATCH] Corrected spelling of "physicial" in `CatalogItem.cs` (#23) --- labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs | 2 +- labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs | 2 +- labs/2-Create-Blazor-Frontend/end/Catalog.Data/CatalogItem.cs | 2 +- labs/2-Create-Blazor-Frontend/src/Catalog.Data/CatalogItem.cs | 2 +- labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs | 2 +- labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs | 2 +- labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs | 2 +- labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs | 2 +- labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs | 2 +- labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs | 2 +- labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs | 2 +- src/Catalog.Data/CatalogItem.cs | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs b/labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs +++ b/labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs b/labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs +++ b/labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/2-Create-Blazor-Frontend/end/Catalog.Data/CatalogItem.cs b/labs/2-Create-Blazor-Frontend/end/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/2-Create-Blazor-Frontend/end/Catalog.Data/CatalogItem.cs +++ b/labs/2-Create-Blazor-Frontend/end/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/2-Create-Blazor-Frontend/src/Catalog.Data/CatalogItem.cs b/labs/2-Create-Blazor-Frontend/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/2-Create-Blazor-Frontend/src/Catalog.Data/CatalogItem.cs +++ b/labs/2-Create-Blazor-Frontend/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs b/labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs +++ b/labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs b/labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs +++ b/labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs b/labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs +++ b/labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs b/labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs +++ b/labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs b/labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs +++ b/labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs b/labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs +++ b/labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs b/labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs +++ b/labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; } diff --git a/src/Catalog.Data/CatalogItem.cs b/src/Catalog.Data/CatalogItem.cs index a2f3538..8644595 100644 --- a/src/Catalog.Data/CatalogItem.cs +++ b/src/Catalog.Data/CatalogItem.cs @@ -36,7 +36,7 @@ public class CatalogItem public int RestockThreshold { get; set; } /// - /// Maximum number of units that can be in-stock at any time (due to physicial/logistical constraints in warehouses) + /// Maximum number of units that can be in-stock at any time (due to physical/logistical constraints in warehouses) /// public int MaxStockThreshold { get; set; }