diff options
author | David Turner <novalis@novalis.org> | 2017-06-01 15:52:17 -0400 |
---|---|---|
committer | David Turner <novalis@novalis.org> | 2017-06-01 15:52:17 -0400 |
commit | 5250b7a6cd5a0e9dff63f89a57ab7679ef6c0b33 (patch) | |
tree | c16114cc74164aee7c320834eed36bfccbe4c23b /doc/api | |
parent | bbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff) | |
download | gitlab-ce-5250b7a6cd5a0e9dff63f89a57ab7679ef6c0b33.tar.gz |
Improve the grammar of the API docs
Diffstat (limited to 'doc/api')
-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 63f88a464f5..5966f1bf887 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -3,10 +3,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. @@ -21,7 +21,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 |