From ee3e264592eb87160e5b1354fad0a1af00bbdbe7 Mon Sep 17 00:00:00 2001 From: Michael Holtzman Date: Wed, 27 Dec 2023 18:41:02 -0500 Subject: [PATCH] chore: fix small typo --- pages/docs/fundamentals/openapifile.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!