From b37d058ba2ba0405eb5c71c6b8e31522e835f42c Mon Sep 17 00:00:00 2001
From: Matt Blank <34134349+mattblank11@users.noreply.github.com>
Date: Wed, 23 Jul 2025 16:06:57 -0400
Subject: [PATCH] Update capabilities.mdx
https://buildwithfern.slack.com/archives/C097TMQJM6C/p1753299533098729
---
fern/products/sdks/capabilities.mdx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/fern/products/sdks/capabilities.mdx b/fern/products/sdks/capabilities.mdx
index 27272c85f..d7502c9d6 100644
--- a/fern/products/sdks/capabilities.mdx
+++ b/fern/products/sdks/capabilities.mdx
@@ -1,7 +1,7 @@
---
title: Capabilities
-description: Fern SDKs are built to have feature you need.
-subtitle: Fern SDKs are built to have feature you need.
+description: Fern SDKs are built to have every feature you need.
+subtitle: Fern SDKs are built to have every feature you need.
layout: overview
---
@@ -13,10 +13,10 @@ layout: overview
Fine-tune SDK resources and method names
- Fail fast if the payloads diverge from your schema
+ Fail fast if payloads diverge from your schema
- Fern SDKs include idiomatic support for discriminated unions
+ Fern SDKs include support for discriminated unions
SDKs that handle multipart form data
@@ -25,7 +25,7 @@ layout: overview
SDKs that are fault-tolerant as your API evolves
- Fern will automatically publish your SDKs to registries like NPM, PyPI, and Maven
+ Fern will automatically publish your SDKs to registries like npm, PyPI, and Maven
Paginate through API responses easily with offset, cursor, and link-based pagination.
@@ -39,13 +39,13 @@ layout: overview
Fern supports OAuth as a first class citizen
- Automatically retry failures with exponential backoff
+ Automatically retry failed requests with exponential backoff
Verify the signature of incoming webhook requests
- SDKs that safely support retrying requests
+ Built-in protection against duplicate submissions