amplication / docs

Amplication docs
https://docs.amplication.com
Apache License 2.0
17 stars 62 forks source link

Fix typo: "providers"->"provides" #265

Closed mulygottlieb closed 1 year ago

mulygottlieb commented 1 year ago

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