Skip to content

Commit 9c38911

Browse files
authored
Make wording in overview more in line with the description
The description talks about the server one way and the overview text talks about it a bit differently. This change aligns them and make them easier to understand in my opinion.
1 parent b905af1 commit 9c38911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is the {{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}. The
1919
exposes an HTTP API that lets end users, different parts of your cluster, and
2020
external components communicate with one another.
2121

22-
The Kubernetes API lets you query and manipulate the state of objects in the Kubernetes API
22+
The Kubernetes API lets you query and manipulate the state of API objects in Kubernetes
2323
(for example: Pods, Namespaces, ConfigMaps, and Events).
2424

2525
Most operations can be performed through the

0 commit comments

Comments
 (0)