From 597084e8c6b6fed5e888a6ac0b05c9395d6a6110 Mon Sep 17 00:00:00 2001 From: Jason Goodman Date: Wed, 24 Jul 2019 15:00:39 +0000 Subject: Apply suggestion to doc/user/project/operations/feature_flags.md --- doc/user/project/operations/feature_flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1