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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 03:06:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 03:06:38 +0300
commit7ea2b8726c5c587e32d53efd5d9c84cd72ba4356 (patch)
tree79625bb280020ffad5c92b394b401f8a22d0b202 /doc
parent336e1756be5b6ee624f7e4b5f740a434f05f8e94 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/gitaly/praefect.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/gitaly/praefect.md b/doc/administration/gitaly/praefect.md
index dbe78d212e2..9b6c753375e 100644
--- a/doc/administration/gitaly/praefect.md
+++ b/doc/administration/gitaly/praefect.md
@@ -20,7 +20,7 @@ graph TB
Where `GitLab` is the collection of clients that can request Git operations.
`Gitaly` is a Gitaly server before using Praefect. The Praefect node has two
-storage nodes attached. Praefect itself doesn't storage data, but connects to
+storage nodes attached. Praefect itself doesn't store data, but connects to
three Gitaly nodes, `Praefect-Git-1`, `Praefect-Git-2`, and `Praefect-Git-3`.
There should be no knowledge other than with Praefect about the existence of
the `Praefect-Git-X` nodes.