From 45514d3113aab50bc86a54f6a04a47de12b97eea Mon Sep 17 00:00:00 2001 From: Jason Goodman Date: Wed, 24 Jul 2019 15:00:49 +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 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 -- cgit v1.2.1