diff --git a/content/en/docs/concepts/architecture/controller.md b/content/en/docs/concepts/architecture/controller.md index d6897d2978..5ab2cb970a 100644 --- a/content/en/docs/concepts/architecture/controller.md +++ b/content/en/docs/concepts/architecture/controller.md @@ -115,7 +115,7 @@ control loops automatically fix failures. This means that, potentially, your cluster never reaches a stable state. As long as the controllers for your cluster are running and able to make -useful changes, it doesn't matter if the overall state is or is not stable. +useful changes, it doesn't matter if the overall state is stable or not. ## Design