Commit 4f68e15d9e89f338cde64fcfa3e14c0b9bc04afd

Authored by Evgeniy Sokovikov
1 parent ad3acff4

typo fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/development/architecture.md
@@ -18,7 +18,7 @@ New releases are generally around the same time as GitLab CE releases with excep @@ -18,7 +18,7 @@ New releases are generally around the same time as GitLab CE releases with excep
18 18
19 # System Layout 19 # System Layout
20 20
21 -When referring to ~git in the picures it means the home directory of the git user which is typically /home/git. 21 +When referring to ~git in the pictures it means the home directory of the git user which is typically /home/git.
22 22
23 GitLab is primarily installed within the `/home/git` user home directory as `git` user. 23 GitLab is primarily installed within the `/home/git` user home directory as `git` user.
24 Within the home directory is where the gitlabhq server software resides as well as the repositories (though the repository location is configurable). 24 Within the home directory is where the gitlabhq server software resides as well as the repositories (though the repository location is configurable).