From 58b72ef8c094965a6c3491cde7bb67aa64cc8a4b Mon Sep 17 00:00:00 2001 From: everettraven Date: Wed, 6 Nov 2024 17:10:44 -0500 Subject: [PATCH] fix grammatical errors Signed-off-by: everettraven --- api/core/v1alpha1/clustercatalog_types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/core/v1alpha1/clustercatalog_types.go b/api/core/v1alpha1/clustercatalog_types.go index 8509880f..f91cdce2 100644 --- a/api/core/v1alpha1/clustercatalog_types.go +++ b/api/core/v1alpha1/clustercatalog_types.go @@ -208,13 +208,13 @@ type ClusterCatalogURLs struct { // base is a cluster-internal URL that provides endpoints for // accessing the content of the catalog. // - // It is expected that client append the path for the endpoint they wish + // It is expected that clients append the path for the endpoint they wish // to access. // - // Currently, only a single version of the is served and is accessible at the path + // Currently, only a single endpoint is served and is accessible at the path // /api/v1. // - // The endpoints served for v1 of the are: + // The endpoints served for the v1 API are: // - /all - this endpoint returns the entirety of the catalog contents in the FBC format // // As the needs of users and clients of the evolve, new endpoints may be added.