Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/operations/feature_flags.md')
-rw-r--r--doc/operations/feature_flags.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/operations/feature_flags.md b/doc/operations/feature_flags.md
index b0a180b5635..8903e99ab3b 100644
--- a/doc/operations/feature_flags.md
+++ b/doc/operations/feature_flags.md
@@ -168,7 +168,7 @@ target users. See the [Ruby example](#ruby-application-example) below.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/300299) in GitLab 14.4.
Search your project and find any references of a feature flag in your
-code so that you and clean it up when it's time to remove the feature flag.
+code so that you can clean it up when it's time to remove the feature flag.
To search for code references of a feature flag:
@@ -345,7 +345,7 @@ import (
"log"
"net/http"
- "github.com/Unleash/unleash-client-go"
+ "github.com/Unleash/unleash-client-go/v3"
)
type metricsInterface struct {