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')