From 9b87697378413a912f4cc8bfc4bf11a33195bf6d Mon Sep 17 00:00:00 2001 From: Abhishek Veeramalla Date: Thu, 21 Dec 2023 14:04:06 +0530 Subject: [PATCH] chore: fix typo in application controller description (#16671) Signed-off-by: iam-veeramalla Signed-off-by: Kevin Lyda --- docs/developer-guide/architecture/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/architecture/components.md b/docs/developer-guide/architecture/components.md index eb2904b531ccb..e073751da4867 100644 --- a/docs/developer-guide/architecture/components.md +++ b/docs/developer-guide/architecture/components.md @@ -71,7 +71,7 @@ and the CLI functionalities. ### Application Controller The Application Controller is responsible for reconciling the -Application resource in Kubernetes syncronizing the desired +Application resource in Kubernetes synchronizing the desired application state (provided in Git) with the live state (in Kubernetes). The Application Controller is also responsible for reconciling the Project resource.