From ab4cb0df90c306b3ccbcef35bc965d77c4d98733 Mon Sep 17 00:00:00 2001 From: Super User Date: Tue, 16 Jun 2026 13:42:07 +0530 Subject: [PATCH] RHDEVDOCS-7643: Fix duplicate word in GitOps glossary Application Controller entry Remove duplicate "that" in the Application Controller (Argo CD Application Controller) glossary entry: "that that performs" -> "that performs". Co-authored-by: Cursor --- modules/gitops-openshift-go-common-terms.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gitops-openshift-go-common-terms.adoc b/modules/gitops-openshift-go-common-terms.adoc index c2399a6dd846..efa584062b3e 100644 --- a/modules/gitops-openshift-go-common-terms.adoc +++ b/modules/gitops-openshift-go-common-terms.adoc @@ -9,7 +9,7 @@ This glossary defines common OpenShift {gitops-shortname} terms. Application Controller (Argo CD Application Controller):: -A controller that that performs the following actions: +A controller that performs the following actions: * Continuously watches the Git repository for changes * Monitors running applications