Skip to content

Commit bc11525

Browse files
authored
Update kubernetes-api.md: tenses and punctuation
## What Change is Proposed? The tenses of the changed words and a punctuation mark **a comma** ## Why the Change? To improve readability and tense structure.
1 parent fda3ad9 commit bc11525

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/concepts/overview/kubernetes-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ endpoints.
4949
The OpenAPI v3 is the preferred method for accessing OpenAPI as it
5050
provides
5151
a more comprehensive and accurate view of the API. It includes all the available
52-
API paths, as well as all resources consumed and produced for every operations
53-
on every endpoints. It also includes any extensibility components that a cluster supports.
54-
The data is a complete specification and is significantly larger than that from the
52+
API paths, as well as all resources consumed and produced for every operation
53+
on every endpoint. It also includes any extensibility components that a cluster supports.
54+
The data is a complete specification and is significantly larger than that of the
5555
Discovery API.
5656

5757
## Discovery API
@@ -65,8 +65,8 @@ the Discovery API. This includes the following for each resource:
6565
- Alternative names
6666
- Group, version, kind
6767

68-
The API is available both aggregated and unaggregated form. The aggregated
69-
discovery serves two endpoints while the unaggregated discovery serves a
68+
The API is available in both aggregated and unaggregated form. The aggregated
69+
discovery serves two endpoints, while the unaggregated discovery serves a
7070
separate endpoint for each group version.
7171

7272
### Aggregated discovery

0 commit comments

Comments
 (0)