Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix small typo #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/docs/fundamentals/openapifile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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!
Now the service has been declared according to the requirements, try using the [CLI](../cli) to generate the code and test it out!