From 2ff7293c498e125ea590d6eda2550cff49e33ec2 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 11 Feb 2025 07:50:25 -0800 Subject: [PATCH] Add more detail about when you can edit variants --- contents/docs/experiments/creating-an-experiment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/docs/experiments/creating-an-experiment.mdx b/contents/docs/experiments/creating-an-experiment.mdx index 62c887e29ceb..f24b6d38e06e 100644 --- a/contents/docs/experiments/creating-an-experiment.mdx +++ b/contents/docs/experiments/creating-an-experiment.mdx @@ -48,7 +48,7 @@ You can use an existing feature flag if it has multiple variants and `'control'` ## Experiment variants -By default, all experiments have a `control` and `test` variant. You can add more variants if you like. +By default, all experiments have a `control` and `test` variant. You can add more variants if you like. If you need to modify the variants after you've created the experiment, you can do so from the feature flag page. Participants are automatically split equally between variants. If you want assign specific users to a specific variant, see the section below on [distribution and release conditions](#distribution-and-release-conditions).