summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 240382079f7..19ccde6e16a 100644
--- a/doc/user/project/operations/feature_flags.md
+++ b/doc/user/project/operations/feature_flags.md
@@ -207,7 +207,7 @@ func main() {
Here's an example of how to integrate the feature flags in a Ruby application.
-The Unleash client is given a user id for use with a `Percent rollout (logged in users)` rollout strategy.
+The Unleash client is given a user id for use with a **Percent rollout (logged in users)** rollout strategy.
```ruby
#!/usr/bin/env ruby