Skip to content

Commit d65f668

Browse files
author
Kapil Gowru
committed
Merge remote-tracking branch 'origin/main' into quickstart
2 parents ba1e6a2 + 610c4f9 commit d65f668

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

fern/products/docs/pages/component-library/writing-content/visual-editor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Fern Visual Editor lets you modify your documentation without touching code.
1919
## Key Features
2020

2121
### No-Code Editing
22-
Edit your documentation directly in the browser - no GitHub knowledge required. Every change you make is automatically synced with your repository.
22+
Edit your documentation directly in the browser - no GitHub knowledge required. Every change you make is automatically synced.
2323

2424
### Component Library
2525
You can directly edit or use the slash (`/`) menu to add Fern components to your documentation.

fern/products/sdks/capabilities.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Capabilities
3-
description: Fern SDKs are built to have feature you need.
4-
subtitle: Fern SDKs are built to have feature you need.
3+
description: Fern SDKs are built to have every feature you need.
4+
subtitle: Fern SDKs are built to have every feature you need.
55
layout: overview
66
---
77

@@ -13,10 +13,10 @@ layout: overview
1313
Fine-tune SDK resources and method names
1414
</Card>
1515
<Card title="Schema Validation" icon="fa-duotone fa-check-circle">
16-
Fail fast if the payloads diverge from your schema
16+
Fail fast if payloads diverge from your schema
1717
</Card>
1818
<Card title="Discriminated Unions" icon="fa-duotone fa-code-branch">
19-
Fern SDKs include idiomatic support for discriminated unions
19+
Fern SDKs include support for discriminated unions
2020
</Card>
2121
<Card title="Multipart Form Data" icon="fa-duotone fa-upload">
2222
SDKs that handle multipart form data
@@ -25,7 +25,7 @@ layout: overview
2525
SDKs that are fault-tolerant as your API evolves
2626
</Card>
2727
<Card title="Registry Publishing" icon="fa-duotone fa-box">
28-
Fern will automatically publish your SDKs to registries like NPM, PyPI, and Maven
28+
Fern will automatically publish your SDKs to registries like npm, PyPI, and Maven
2929
</Card>
3030
<Card title="Auto-Pagination" icon="fa-solid fa-list" href="/sdks/deep-dives/configure-auto-pagination">
3131
Paginate through API responses easily with offset, cursor, and link-based pagination.
@@ -39,13 +39,13 @@ layout: overview
3939
Fern supports OAuth as a first class citizen
4040
</Card>
4141
<Card title="Retries with Backoff" icon="fa-duotone fa-repeat">
42-
Automatically retry failures with exponential backoff
42+
Automatically retry failed requests with exponential backoff
4343
</Card>
4444
<Card title="Webhook Signature Verification" icon="fa-duotone fa-key">
4545
Verify the signature of incoming webhook requests
4646
</Card>
4747
<Card title="Idempotency Headers" icon="fa-solid fa-shield" href="/sdks/deep-dives/configure-idempotency">
48-
SDKs that safely support retrying requests
48+
Built-in protection against duplicate submissions
4949
<p className="text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1">
5050
Learn more
5151
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="arrow-right dark:hidden m-0 h-4 w-4" noZoom />
@@ -88,4 +88,4 @@ layout: overview
8888
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
8989
</p>
9090
</Card>
91-
</CardGroup>
91+
</CardGroup>

0 commit comments

Comments
 (0)