Skip to content

Commit 8ef265b

Browse files
fix: address Vale linting suggestions
- Capitalize 'API Explorer' per FernStyles.Reject rule - Define CORS acronym on first use per FernStyles.Acronyms rule Co-Authored-By: Catherine Deskur <[email protected]>
1 parent 1cd4860 commit 8ef265b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/docs/pages/customization/what-is-docs-yml.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,10 @@ settings:
553553
</ParamField>
554554

555555
<ParamField path="settings.disable-explorer-proxy" type="boolean" required={false} default="false" toc={true}>
556-
If set to true, the API explorer will bypass the proxy when sending requests directly to your API.
556+
If set to true, the API Explorer will bypass the proxy when sending requests directly to your API.
557557

558558
<Warning>
559-
When this feature is enabled, your API must have CORS (Cross-Origin Resource Sharing) enabled to allow requests from the documentation domain.
559+
When this feature is enabled, your API must have Cross-Origin Resource Sharing (CORS) enabled to allow requests from the documentation domain.
560560
</Warning>
561561
</ParamField>
562562

0 commit comments

Comments
 (0)