diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-09 16:10:06 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 16:10:06 +0000 |
commit | 07fdabbc3ae5dca9780870f7f069569d94cb85bf (patch) | |
tree | 498dc190f72c52b4fddf91d68811abbd09b0ed45 | |
parent | 04c32ff1bf444f5597286a5219f751c20b810967 (diff) | |
parent | 5250b7a6cd5a0e9dff63f89a57ab7679ef6c0b33 (diff) | |
download | gitlab-ce-07fdabbc3ae5dca9780870f7f069569d94cb85bf.tar.gz |
Merge branch 'dturner/grammar' into 'master'
Improve the grammar of the API docs
See merge request !11863
-rw-r--r-- | doc/api/projects.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index bf21aa0e179..716486022b0 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -2,10 +2,10 @@ ### Project visibility level -Project in GitLab has be either private, internal or public. -You can determine it by `visibility` field in project. +Project in GitLab can be either private, internal or public. +This is determined by the `visibility` field in the project. -Constants for project visibility levels are next: +Values for the project visibility level are: * `private`: Project access must be granted explicitly for each user. @@ -18,7 +18,7 @@ Constants for project visibility levels are next: ## List projects -Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned. +Get a list of visible projects for authenticated user. When accessed without authentication, only public projects are returned. ``` GET /projects |