mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
Docs(fix): remove redundant comma
This commit is contained in:
parent
3ca7727099
commit
7acb317198
@ -173,7 +173,7 @@ As soon as you enable the production environment, the feature gets rolled out to
|
||||
|
||||
### 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.
|
||||
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.
|
||||
|
||||
You decide to use feature toggle variants to differentiate between the different themes, creating three variants: blue, green, and purple. You want each of them to roll out to the same number of users, so you leave them equally weighted.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user