Commit ef0876a8f7d296632877e85bc4a53c1d26f49989

Authored by Sytse Sijbrandij
2 parents ad3acff4 4f68e15d

Merge pull request #6568 from skv-headless/patch-1

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 18  
19 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 23 GitLab is primarily installed within the `/home/git` user home directory as `git` user.
24 24 Within the home directory is where the gitlabhq server software resides as well as the repositories (though the repository location is configurable).
... ...