summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-28 03:44:29 +0000
committerEvan Read <eread@gitlab.com>2019-08-28 03:44:29 +0000
commit00ff5be6c7be6cdb63d5964ce59eb051d7837461 (patch)
tree8ff9c650e56f77e0a3ced200492cca0cd5cfb55b
parentd3bf7d23b4f4e0291bcce78d789d23124f786a51 (diff)
downloadgitlab-ce-docs/edit-feature-flags.tar.gz
Apply suggestion to doc/user/project/operations/feature_flags.mddocs/edit-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 835aafd79ed..6536a1a0a4b 100644
--- a/doc/user/project/operations/feature_flags.md
+++ b/doc/user/project/operations/feature_flags.md
@@ -121,7 +121,7 @@ ID for the feature to be enabled. See the [Ruby example](#ruby-application-examp
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/8240) in GitLab 12.2.
A feature flag may be enabled for a list of target users. It is implemented
-using the Unleash [userWithId](https://unleash.github.io/docs/activation_strategy#userwithid)
+using the Unleash [`userWithId`](https://unleash.github.io/docs/activation_strategy#userwithid)
activation strategy.
![Feature flag target users](img/target_users_v12_2.png)