From f000019bdc6ccc870b185dd30a4fcdd7de54da0a Mon Sep 17 00:00:00 2001 From: Nate Douglas Date: Wed, 6 Mar 2024 15:06:16 -0500 Subject: [PATCH] docs: Fix some awkward phrasing in `core.md` (#17412) Signed-off-by: Nate Douglas Signed-off-by: Mangaal --- docs/operator-manual/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/core.md b/docs/operator-manual/core.md index 01b394d6e9d8c..3d6e0a322c423 100644 --- a/docs/operator-manual/core.md +++ b/docs/operator-manual/core.md @@ -25,7 +25,7 @@ A few use-cases that justify running Argo CD Core are: - As a cluster admin, I want to rely on Kubernetes RBAC only. - As a devops engineer, I don't want to learn a new API or depend on - another CLI to automate my deployments. I want instead rely in + another CLI to automate my deployments. I want to rely on the Kubernetes API only. - As a cluster admin, I don't want to provide Argo CD UI or Argo CD CLI to developers.