summaryrefslogtreecommitdiff
path: root/doc/development/renaming_features.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-03 06:08:34 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-03 06:08:34 +0000
commit6b7b853dff4cb7e72d76bd501d75708111c95585 (patch)
tree48333f6e505903dc2443f2e3ad397c18b76b3b6a /doc/development/renaming_features.md
parent2ead415d7a2bd739837057a778187189e63ceb8d (diff)
downloadgitlab-ce-6b7b853dff4cb7e72d76bd501d75708111c95585.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/renaming_features.md')
-rw-r--r--doc/development/renaming_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/renaming_features.md b/doc/development/renaming_features.md
index 6a196921a5d..daf437027db 100644
--- a/doc/development/renaming_features.md
+++ b/doc/development/renaming_features.md
@@ -16,7 +16,7 @@ The more of the following that are true, the more likely you should choose the f
- You are not confident the new name is permanent.
- The feature is susceptible to bugs (large, complex, needing refactor, etc).
-- The renaming will be difficult to review (feature spans many lines/files/repos).
+- The renaming will be difficult to review (feature spans many lines, files, or repositories).
- The renaming will be disruptive in some way (database table renaming).
## Consider a façade-first approach