markjprice / cs12dotnet8

Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
564 stars 164 forks source link

Enabling client-side interactions in the host project (ch15-blazor-wasm.md) #59

Closed pmarangoni closed 2 months ago

pmarangoni commented 2 months ago

In steps 4, 5, and 6, you reference plural versions of the razor files: CreateCustomers, EditCustomers, and DeleteCustomers. They should be singular: CreateCustomer, EditCustomer, and DeleteCustomer.

markjprice commented 2 months ago

Thanks! I've fixed this.