From cf3436dcb3b5d2f22024af03cb08adad4bd43c31 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Mon, 7 Oct 2019 20:46:13 +0100 Subject: [PATCH] Detypo architecture doc (#2332) --- docs/operator-manual/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/architecture.md b/docs/operator-manual/architecture.md index a42872c95b..0edac18090 100644 --- a/docs/operator-manual/architecture.md +++ b/docs/operator-manual/architecture.md @@ -30,5 +30,5 @@ manifests when provided the following inputs: The application controller is a Kubernetes controller which continuously monitors running applications and compares the current, live state against the desired target state (as specified in the repo). It detects `OutOfSync` application state and optionally takes corrective action. It -is responsible for invoking any user-defined hooks for lifcecycle events (PreSync, Sync, PostSync) +is responsible for invoking any user-defined hooks for lifecycle events (PreSync, Sync, PostSync)