1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

docs: fix a typo in activation strategies: use -> user

This commit is contained in:
Thomas Heartman 2021-11-24 11:52:27 +01:00
parent d15cb50792
commit 6634d1d580

View File

@ -40,7 +40,7 @@ A flexible rollout strategy which combines all gradual rollout strategies in to
- **userId** - guaranteed to be sticky on userId. If userId not present the behavior would be false - **userId** - guaranteed to be sticky on userId. If userId not present the behavior would be false
- **sessionId** - guaranteed to be sticky on sessionId. If sessionId not present the behavior would be false. - **sessionId** - guaranteed to be sticky on sessionId. If sessionId not present the behavior would be false.
- **random** - no stickiness guaranteed. For every isEnabled call it will yield a random true/false based on the selected rollout percentage. - **random** - no stickiness guaranteed. For every isEnabled call it will yield a random true/false based on the selected rollout percentage.
- **groupId** is used to ensure that different toggles will **hash differently** for the same user. The groupId defaults to _feature toggle name_, but the use can override it to _correlate rollout_ of multiple feature toggles. - **groupId** is used to ensure that different toggles will **hash differently** for the same user. The groupId defaults to _feature toggle name_, but the user can override it to _correlate rollout_ of multiple feature toggles.
- **rollout** The percentage (0-100) you want to enable the feature toggle for. - **rollout** The percentage (0-100) you want to enable the feature toggle for.
This strategy has the following modelling name in the code: This strategy has the following modelling name in the code: