Enabling client-side interactions in the host project (ch15-blazor-wasm.md)
pmarangoni opened this issue · 1 comments
pmarangoni commented
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
Thanks! I've fixed this.