diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index 9118d1efc4..0af79aa9cb 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -2881,7 +2881,7 @@ App::get('/v1/databases/:databaseId/collections/:collectionId/usage') }); App::get('/v1/databases/:databaseId/slow-queries') - ->desc('List Slow queries Documents') + ->desc('List Slow Queries Documents') ->groups(['api', 'database']) ->label('docs', false) ->label('sdk.hide', true)