Skip to content

Commit

Permalink
Corrected spelling of "physicial" in CatalogItem.cs (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithPlatts authored Feb 16, 2024
1 parent 5011f5f commit ba10888
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion labs/1-Create-Catalog-API/end/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/1-Create-Catalog-API/src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/3-Add-Identity/end/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/3-Add-Identity/src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/4-Add-Shopping-Basket/end/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/4-Add-Shopping-Basket/src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/5-Add-Checkout/end/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/5-Add-Checkout/src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion labs/6-Add-Resiliency/src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/Catalog.Data/CatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CatalogItem
public int RestockThreshold { get; set; }

/// <summary>
/// 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)
/// </summary>
public int MaxStockThreshold { get; set; }

Expand Down

0 comments on commit ba10888

Please sign in to comment.