diff options
author | Jason Goodman <jgoodman@gitlab.com> | 2019-07-24 15:00:39 +0000 |
---|---|---|
committer | Jason Goodman <jgoodman@gitlab.com> | 2019-08-01 11:57:11 -0400 |
commit | 597084e8c6b6fed5e888a6ac0b05c9395d6a6110 (patch) | |
tree | fe94a703252f34ac02149175654dc2dbadb9851b | |
parent | 652bd0ebabd48bd9298ceef5ef7d009da5d3c698 (diff) | |
download | gitlab-ce-597084e8c6b6fed5e888a6ac0b05c9395d6a6110.tar.gz |
Apply suggestion to doc/user/project/operations/feature_flags.md
-rw-r--r-- | doc/user/project/operations/feature_flags.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/operations/feature_flags.md b/doc/user/project/operations/feature_flags.md index 8b570f38fe4..240382079f7 100644 --- a/doc/user/project/operations/feature_flags.md +++ b/doc/user/project/operations/feature_flags.md @@ -110,7 +110,7 @@ A rollout percentage may be between 0% and 100%. CAUTION: **Caution:** If this strategy is selected, then the Unleash client **must** be given a user id for the feature to be enabled. See the [Ruby example](#ruby-application-example) below. -`Percent rollout (logged in users)` is implemented using the Unleash [gradualRolloutUserId](https://unleash.github.io/docs/activation_strategy#gradualrolloutuserid) activation strategy. +**Percent rollout (logged in users)** is implemented using the Unleash [gradualRolloutUserId](https://unleash.github.io/docs/activation_strategy#gradualrolloutuserid) activation strategy. ## Integrating with your application |