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:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-27 11:44:07 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 11:44:07 +0300
commit9c87a3499cc0ad2ffda13b843b5095998b20c0d8 (patch)
treeb725534981de49274323e873098e0a3b790f1bf9 /doc/development/git_object_deduplication.md
parenta200715ff5ac6d690c405bc770df33f6d2210a57 (diff)
Update capitalization in /dev docs
Clean up capitalization in /development /gitlab-basics and /install
Diffstat (limited to 'doc/development/git_object_deduplication.md')
-rw-r--r--doc/development/git_object_deduplication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/git_object_deduplication.md b/doc/development/git_object_deduplication.md
index 8d32d0314ae..4dd1edf9b5a 100644
--- a/doc/development/git_object_deduplication.md
+++ b/doc/development/git_object_deduplication.md
@@ -169,7 +169,7 @@ There are three different things that can go wrong here.
In this case, we miss out on disk space savings but all RPC's on A
itself will function fine. The next time garbage collection runs on A,
the alternates connection gets established in Gitaly. This is done by
-`Projects::GitDeduplicationService` in gitlab-rails.
+`Projects::GitDeduplicationService` in GitLab Rails.
#### 2. SQL says repo A belongs to pool P1 but Gitaly says A has alternate objects in pool P2