fix minor typo (missing "to") in custom resources doc (#13005)

This commit is contained in:
Michael Vorburger ⛑️
2019-03-08 01:12:09 +01:00
committed by Kubernetes Prow Robot
parent d2c6113c98
commit 92132a4f0c
@@ -38,7 +38,7 @@ When you combine a custom resource with a *custom controller*, custom resources
provide a true _declarative API_.
A [declarative API](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects)
allows you to _declare_ or specify the desired state of your resource and tries
allows you to _declare_ or specify the desired state of your resource and tries to
keep the current state of Kubernetes objects in sync with the desired state.
The controller interprets the structured data as a record of the user's
desired state, and continually maintains this state.