diff options
-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) |