diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-06 13:21:44 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-06 13:21:44 +0300 |
commit | 81ecd1195fd91c99f34c837524530800dbaf7bb2 (patch) | |
tree | 59e0fb3c0f1610311e8e2fbafa6c8e67835ca0eb | |
parent | e640481625a0d9076572b9431052a179a606e716 (diff) | |
parent | 5a00e76fb0c3b0d54c7225e037fd03ba98d542c0 (diff) | |
download | gitlab-ce-81ecd1195fd91c99f34c837524530800dbaf7bb2.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/public_access/public_access.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md index bf9d2784aff..76d83e6f3b6 100644 --- a/doc/public_access/public_access.md +++ b/doc/public_access/public_access.md @@ -4,7 +4,7 @@ Internal projects will only be available to authenticated users. #### Public projects Public projects can be cloned **without any** authentication. -It will also be listen on the [public access directory](/public). +It will also be listed on the [public access directory](/public). **Any logged in user** will have [Guest](/help/permissions) permissions on the repository. #### Internal projects |