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:
authorSytse Sijbrandij <sytses@gmail.com>2014-03-19 23:46:31 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-03-19 23:46:31 +0400
commitef0876a8f7d296632877e85bc4a53c1d26f49989 (patch)
tree245a130cf361902c3862236052712460827f4d46
parentad3acff40990edf0ea3a380b8aa862098612f06a (diff)
parent4f68e15d9e89f338cde64fcfa3e14c0b9bc04afd (diff)
Merge pull request #6568 from skv-headless/patch-1
typo fix
-rw-r--r--doc/development/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index ab74af4faf9..805e115047a 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -18,7 +18,7 @@ New releases are generally around the same time as GitLab CE releases with excep
# System Layout
-When referring to ~git in the picures it means the home directory of the git user which is typically /home/git.
+When referring to ~git in the pictures it means the home directory of the git user which is typically /home/git.
GitLab is primarily installed within the `/home/git` user home directory as `git` user.
Within the home directory is where the gitlabhq server software resides as well as the repositories (though the repository location is configurable).