Skip to content

Commit ca0a2df

Browse files
Jefftreeapelisse
authored andcommitted
Address comments
1 parent 9814f92 commit ca0a2df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ are provided in the following format:
109109

110110
The relative URLs are pointing to immutable OpenAPI descriptions, in
111111
order to improve client-side caching. The proper HTTP caching headers
112-
are also set by the apiserver for that purpose (`Expire` to 1 year in
112+
are also set by the API server for that purpose (`Expires` to 1 year in
113113
the future, and `Cache-Control` to `immutable`). When an obsolete URL is
114-
used, the apiserver will return a redirect to the newest URL.
114+
used, the API server will return a redirect to the newest URL.
115115

116-
The Kubernetes API server proxies an OpenAPI v3 spec per Kubernetes
116+
The Kubernetes API server publishes an OpenAPI v3 spec per Kubernetes
117117
group version at the `/openapi/v3/apis/<group>/<version>?hash=<hash>`
118118
endpoint.
119119

0 commit comments

Comments
 (0)