From 3d98f35e953a0026f8273a4a49a4d2a562d8cee9 Mon Sep 17 00:00:00 2001 From: Arnaud Bienvenu Date: Fri, 7 Nov 2025 17:32:35 +0100 Subject: [PATCH] Grammatical fix in slides --- slides/flux/bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/flux/bootstrap.md b/slides/flux/bootstrap.md index 9219ad13..9fdc90fc 100644 --- a/slides/flux/bootstrap.md +++ b/slides/flux/bootstrap.md @@ -39,7 +39,7 @@ the **_⚙️OPS_** team exclusively operates its clusters by updating a code ba _GitOps_ and `Flux` enable the **_⚙️OPS_** team to rely on the _first-class citizen pattern_ in Kubernetes' world through these steps: - describe the **desired target state** -- and let the **automated convergence** happens +- and let the **automated convergence** happen ---