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