Merge pull request #1819 from annp1987/fix_typo

fix typo
This commit is contained in:
Kubernetes Prow Robot
2019-11-21 09:59:28 -08:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ cluster in the form of a complete resource list.
The cluster merges this with the previously applied
state and the actual state to arrive at a new desired
state, which the cluster's reconcilation loop attempts
state, which the cluster's reconciliation loop attempts
to create. This is the foundation of level-based state
management in k8s.