Skip to content

Commit cfa004a

Browse files
committed
Address more feedback
1 parent 047a0f4 commit cfa004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ The relative URLs are pointing to immutable OpenAPI descriptions, in
111111
order to improve client-side caching. The proper HTTP caching headers
112112
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 API server will return a redirect to the newest URL.
114+
used, the API server returns a redirect to the newest URL.
115115

116116
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

120-
Please refer to the table below for accepted request headers.
120+
Refer to the table below for accepted request headers.
121121

122122
<table>
123123
<caption style="display:none">Valid request header values for OpenAPI v3 queries</caption>

0 commit comments

Comments
 (0)