diff --git a/notes/helloshop/product-service.md b/notes/helloshop/product-service.md index 8a26420..2202fd1 100644 --- a/notes/helloshop/product-service.md +++ b/notes/helloshop/product-service.md @@ -179,7 +179,7 @@ namespace HelloWorld.ProductService.Entities.Products { public class Product { - [Display(Name = "Product_Name")] + [Display(Name = "ProductName")] public string Name { get; set; } } }