diff --git a/pages/docs/fundamentals/openapifile.mdx b/pages/docs/fundamentals/openapifile.mdx index a927bff..28d10fc 100644 --- a/pages/docs/fundamentals/openapifile.mdx +++ b/pages/docs/fundamentals/openapifile.mdx @@ -5,7 +5,7 @@ title: "OpenAPI file" import Callout from 'nextra-theme-docs/callout' # OpenAPI file -The OpenAPI document is the cornerstone of the OAS Tools framework, since it contains de declaration of the API service that is being implemented. By default the framework searches for it under the `/api` directory. +The OpenAPI document is the cornerstone of the OAS Tools framework, since it contains the declaration of the API service that is being implemented. By default the framework searches for it under the `/api` directory. The following sections describes the minimal fields the OpenAPI document must contain in order to work with OAS Tools. @@ -174,4 +174,4 @@ components: type: [ "object", "null" ] ``` -Now the service has been declared according to the requirements, try using the [CLI](../cli) to generate the code and test it out! \ No newline at end of file +Now the service has been declared according to the requirements, try using the [CLI](../cli) to generate the code and test it out!