diff options
author | Evan Read <eread@gitlab.com> | 2019-08-28 03:43:21 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-28 03:43:21 +0000 |
commit | 619b1af06b25358a425f9add06e75b0260d96330 (patch) | |
tree | 00fb62cdd18bc6322a489ea87fbdf8191fa86931 | |
parent | 0a6def7dd028a62298fe5f16a4155ec7b761b037 (diff) | |
download | gitlab-ce-619b1af06b25358a425f9add06e75b0260d96330.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 78f0f911375..97dbe8d05d4 100644 --- a/doc/user/project/operations/feature_flags.md +++ b/doc/user/project/operations/feature_flags.md @@ -98,7 +98,7 @@ However, a feature will be enabled for 50% of logged-in users if the matching en ### All users Enables the feature for all users. It is implemented using the Unleash -[default](https://unleash.github.io/docs/activation_strategy#default) +[`default`](https://unleash.github.io/docs/activation_strategy#default) activation strategy. ### Percent rollout (logged in users) |