The "howto add custom code" doc (https://docs.amplication.com/how-to/custom-code/) has a couple of places that uses "providers" instead of "provides":
entity.controller.base.ts - the base REST API controller that providers all the CRUD operations on the entity.
entity.resolver.base.ts - the base GraphQL resolver that providers all the queries and mutations on the entity.
The "howto add custom code" doc (https://docs.amplication.com/how-to/custom-code/) has a couple of places that uses "providers" instead of "provides": entity.controller.base.ts - the base REST API controller that providers all the CRUD operations on the entity. entity.resolver.base.ts - the base GraphQL resolver that providers all the queries and mutations on the entity.
Small fix for this typo