markjprice/cs12dotnet8

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

pmarangoni opened this issue · 1 comments

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.

Thanks! I've fixed this.