From 94d9efc71bd1516a4fc0fd3de591f14fe055c1e2 Mon Sep 17 00:00:00 2001 From: Mehedi Hasan <39819064+heheh13@users.noreply.github.com> Date: Wed, 20 Jan 2021 14:21:54 +0600 Subject: [PATCH] Fix grammatical in Desired versus current state. --- content/en/docs/concepts/architecture/controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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