From ad28e399659e5d1c332cae7d76874d98ded90b6e Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 11 Oct 2022 10:26:13 +0200 Subject: [PATCH] docs: rephrase heading --- website/docs/topics/anatomy-of-unleash.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/topics/anatomy-of-unleash.mdx b/website/docs/topics/anatomy-of-unleash.mdx index 518aca0917..a567e2eb14 100644 --- a/website/docs/topics/anatomy-of-unleash.mdx +++ b/website/docs/topics/anatomy-of-unleash.mdx @@ -163,7 +163,7 @@ You decide to add a _gradual rollout_ strategy to the new-color-scheme feature i As soon as you enable the production environment, the feature gets rolled out to 5% of your users (assuming you’ve deployed the code to production). -### Taking it further +### Adding variants While you were developing the new color scheme, you also dabbled a bit with other colors in addition to blue: green and purple might be nice too! So you decide to create two extra color schemes that you’re happy with. But you’d like to hear what your users think too, so you need to roll it out to them, somehow.