summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Goodman <jgoodman@gitlab.com>2019-07-24 15:00:49 +0000
committerJason Goodman <jgoodman@gitlab.com>2019-08-01 11:57:11 -0400
commit45514d3113aab50bc86a54f6a04a47de12b97eea (patch)
tree49d0d64832467491cb451dae6ca01dbfc0680290
parent597084e8c6b6fed5e888a6ac0b05c9395d6a6110 (diff)
downloadgitlab-ce-docs-update-feature-flags.tar.gz
Apply suggestion to doc/user/project/operations/feature_flags.mddocs-update-feature-flags
-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