From 4c778bf8f9eafb277b1ac732cebf30455e533144 Mon Sep 17 00:00:00 2001 From: Adam SP Date: Mon, 12 Feb 2024 12:02:46 +1100 Subject: [PATCH] Corrected spelling of "physicial" in `CatalogItem.cs` --- 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; }