Skip to content

Commit

Permalink
fix grammatical errors
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Nov 6, 2024
1 parent 6a85dda commit 58b72ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/core/v1alpha1/clustercatalog_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58b72ef

Please sign in to comment.