summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Goodman <jgoodman@gitlab.com>2019-07-24 15:00:39 +0000
committerJason Goodman <jgoodman@gitlab.com>2019-08-01 11:57:11 -0400
commit597084e8c6b6fed5e888a6ac0b05c9395d6a6110 (patch)
treefe94a703252f34ac02149175654dc2dbadb9851b
parent652bd0ebabd48bd9298ceef5ef7d009da5d3c698 (diff)
downloadgitlab-ce-597084e8c6b6fed5e888a6ac0b05c9395d6a6110.tar.gz
Apply suggestion to doc/user/project/operations/feature_flags.md
-rw-r--r--doc/user/project/operations/feature_flags.md2
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