From 9484994c4c9e18110d2e047fcd94f346faa4178e Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:09:16 +0530 Subject: [PATCH] Update app/controllers/api/vcs.php Co-authored-by: Eldad A. Fux --- app/controllers/api/vcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/vcs.php b/app/controllers/api/vcs.php index f9cd9b1b24..e4692c83be 100644 --- a/app/controllers/api/vcs.php +++ b/app/controllers/api/vcs.php @@ -187,7 +187,7 @@ App::get('/v1/vcs/github/redirect') }); App::get('/v1/vcs/github/installations/:installationId/repositories') - ->desc('List repositories') + ->desc('List Repositories') ->groups(['api', 'vcs']) ->label('scope', 'public') ->label('sdk.namespace', 'vcs')