Skip to content

Commit a787ec4

Browse files
dino475ethanpalm
andauthored
Apply suggestions from code review
Co-authored-by: Ethan Palm <[email protected]>
1 parent cd2ea23 commit a787ec4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

support.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description: "We're here to help you get the most out of Mintlify"
4141
</Steps>
4242
</Accordion>
4343

44-
<Accordion title="API Page Issues" icon="book-open">
44+
<Accordion title="API page issues" icon="book-open">
4545
API pages are complicated. As a result, there are a lot of things that can go wrong. Here's a list of common issues we've seen customers run into:
4646

4747
<AccordionGroup>
@@ -53,11 +53,10 @@ description: "We're here to help you get the most out of Mintlify"
5353

5454
To verify your OpenAPI document will pass validation:
5555

56-
1. Run `mintlify openapi-check <openapiFilenameOrUrl>` in your CLI
57-
2. Check the spec for errors with [this validator](https://editor.swagger.io/)
56+
1. Run `mintlify openapi-check <openapiFilenameOrUrl>` in your CLI.
57+
2. Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/).
5858

59-
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses this version of the specification,
60-
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/)
59+
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses OpenAPI 2.0, you may encounter this issue. You can convert your document with [Swagger Editor](https://editor.swagger.io/).
6160

6261
<Frame>
6362
!["Convert to OpenAPI 3" menu item highlighted in the Swagger Editor](/images/convert-oas-3.png)

0 commit comments

Comments
 (0)