summaryrefslogtreecommitdiff
path: root/doc/development/merge_request_performance_guidelines.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-27 06:06:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-27 06:06:40 +0000
commit688e33953d34ab8cd348d02ce79d8fdfe5353a03 (patch)
treeee102361fc8a5bf5b2f4b05ca79ccef27b5c3102 /doc/development/merge_request_performance_guidelines.md
parent91f027ede40879af0bce406f2872e8d35c01e334 (diff)
downloadgitlab-ce-688e33953d34ab8cd348d02ce79d8fdfe5353a03.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/merge_request_performance_guidelines.md')
-rw-r--r--doc/development/merge_request_performance_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/merge_request_performance_guidelines.md b/doc/development/merge_request_performance_guidelines.md
index 2e80e813a4b..43059d23c79 100644
--- a/doc/development/merge_request_performance_guidelines.md
+++ b/doc/development/merge_request_performance_guidelines.md
@@ -75,7 +75,7 @@ data set is for this feature to process, and what problems it might cause.
If you would think about the following example that puts
a strong emphasis of data set being processed.
The problem is simple: you want to filter a list of files from
-some git repository. Your feature requests a list of all files
+some Git repository. Your feature requests a list of all files
from the repository and perform search for the set of files.
As an author you should in context of that problem consider
the following: