diff options
author | Evan Read <eread@gitlab.com> | 2019-08-28 03:44:00 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-28 03:44:00 +0000 |
commit | d3bf7d23b4f4e0291bcce78d789d23124f786a51 (patch) | |
tree | 8790290856c3a1fcb317def5bb120f58dcdbf535 | |
parent | 619b1af06b25358a425f9add06e75b0260d96330 (diff) | |
download | gitlab-ce-d3bf7d23b4f4e0291bcce78d789d23124f786a51.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 97dbe8d05d4..835aafd79ed 100644 --- a/doc/user/project/operations/feature_flags.md +++ b/doc/user/project/operations/feature_flags.md @@ -105,7 +105,7 @@ activation strategy. Enables the feature for a percentage of authenticated users. It is implemented using the Unleash -[gradualRolloutUserId](https://unleash.github.io/docs/activation_strategy#gradualrolloutuserid) +[`gradualRolloutUserId`](https://unleash.github.io/docs/activation_strategy#gradualrolloutuserid) activation strategy. Set a value of 15%, for example, to enable the feature for 15% of authenticated users. |