diff --git a/pages/docs/featureflags.mdx b/pages/docs/featureflags.mdx index 1611f17676..1b941528c5 100644 --- a/pages/docs/featureflags.mdx +++ b/pages/docs/featureflags.mdx @@ -42,7 +42,7 @@ import { Cards, Callout, Steps } from 'nextra/components' We support the following types of Flags 1. **Feature Gate** : Toggle a feature on or off for targeted users or all users. Useful for phased or controlled rollout. 2. [**Experiment**](/docs/experiments) : Deliver different variant experiences (e.g., layouts, flows, pricing) to a targeted group of users. Enables measuring and analyzing impact. -3. [Coming Soon] **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you: +3. **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you: - Pass JSON payloads (e.g., `{"cta_text": "Buy now", "discount": 20}`) to customize behavior or UI dynamically - Update values instantly without redeploying code