From 3ec583a3dfd5fd7bfa23172bc88ec01c92a141e3 Mon Sep 17 00:00:00 2001 From: Nguyen Phuong An Date: Thu, 21 Nov 2019 09:26:32 +0700 Subject: [PATCH] fix typo Signed-off-by: Nguyen Phuong An --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 32d0660ce..e1de9149e 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -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.