Fix typo in concepts

reviewable/pr2602/r1
Olegs Jeremejevs 2017-02-21 17:48:51 +02:00 committed by mengyuan
parent dfb8b79b15
commit b807813244
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Once you've set your desired state, the *Kubernetes Control Plane* works to make
## Kubernetes Objects ## Kubernetes Objects
Kubernetes contains a number of abstractions that represent your the state of your system: deployed containerized applications and workloads, their associated network and disk resources, and other information about what your cluster is doing. These abstractions are represented by objects in the Kubernetes API; see the [Kubernetes Objects overview](/docs/concepts/abstractions/overview/) for more details. Kubernetes contains a number of abstractions that represent the state of your system: deployed containerized applications and workloads, their associated network and disk resources, and other information about what your cluster is doing. These abstractions are represented by objects in the Kubernetes API; see the [Kubernetes Objects overview](/docs/concepts/abstractions/overview/) for more details.
The basic Kubernetes objects include: The basic Kubernetes objects include: