From 5250b7a6cd5a0e9dff63f89a57ab7679ef6c0b33 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 1 Jun 2017 15:52:17 -0400 Subject: [PATCH] Improve the grammar of the API docs --- doc/api/projects.md | 8 ++++---- 1 file 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