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:
authorOswaldo Ferreira <oswaldo@gitlab.com>2019-07-16 22:20:16 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2019-07-16 22:20:16 +0300
commit54534f75ab3f70623a986daf07c21c36b0127a0a (patch)
treef59fca02f1632b289201b6c10873ed338a00fd24
parent0ac5f17ec97c9f3a19f88009ceb6a37af5ba4314 (diff)
Apply suggestion to doc/development/interacting_components.md
-rw-r--r--doc/development/interacting_components.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/interacting_components.md b/doc/development/interacting_components.md
index 53c919acbac..390d5699262 100644
--- a/doc/development/interacting_components.md
+++ b/doc/development/interacting_components.md
@@ -1,7 +1,7 @@
# Interacting components at GitLab
It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab
-codebase, making it possible to break an unrelated feature.
+codebase, making it possible to break an existing feature.
This section goal is to briefly list interacting pieces to reason about
when making _backend_ changes that might involve multiple features or [components].