summaryrefslogtreecommitdiff
path: root/doc/architecture/blueprints/feature_flags_development
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-23 00:08:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-23 00:08:46 +0000
commit4b97667391e9f3962644763541fe9d378fbdbbb6 (patch)
tree44d1bdb590be9e1f7f5c88943db94ce159c206ac /doc/architecture/blueprints/feature_flags_development
parentcbd505d80b8f427e200d7ab6509160a58739ecd5 (diff)
downloadgitlab-ce-4b97667391e9f3962644763541fe9d378fbdbbb6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture/blueprints/feature_flags_development')
-rw-r--r--doc/architecture/blueprints/feature_flags_development/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture/blueprints/feature_flags_development/index.md b/doc/architecture/blueprints/feature_flags_development/index.md
index 6be582bb8af..4ee9251e3c7 100644
--- a/doc/architecture/blueprints/feature_flags_development/index.md
+++ b/doc/architecture/blueprints/feature_flags_development/index.md
@@ -105,7 +105,7 @@ These are reason why these changes are needed:
- we have ambiguous usage of feature flag with different `default_enabled:` and
different `actors` used
- we lack a clear indication who owns what feature flag and where to find
- relevant informations
+ relevant information
- we do not emphasise the desire to create feature flag rollout issue to
indicate that feature flag is in fact a ~"technical debt"
- we don't know exactly what feature flags we have in our codebase