From 834a5fa854e56ca0540217ebb0975aeab68c6d55 Mon Sep 17 00:00:00 2001 From: Brandon Sorgdrager Date: Wed, 7 Apr 2021 01:59:03 -0500 Subject: [PATCH] chore: Change grammar in high_availability.md (#5964) Update summary statement for high availability to use proper grammar. Signed-off-by: mgmtadmin --- docs/operator-manual/high_availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/high_availability.md b/docs/operator-manual/high_availability.md index 15df5535ed2fd..c0e8e58eff9fa 100644 --- a/docs/operator-manual/high_availability.md +++ b/docs/operator-manual/high_availability.md @@ -2,7 +2,7 @@ Argo CD is largely stateless, all data is persisted as Kubernetes objects, which in turn is stored in Kubernetes' etcd. Redis is only used as a throw-away cache and can be lost. When lost, it will be rebuilt without loss of service. -A set HA of manifests are provided for users who wish to run Argo CD in a highly available manner. This runs more containers, and run Redis in HA mode. +A set of HA manifests are provided for users who wish to run Argo CD in a highly available manner. This runs more containers, and runs Redis in HA mode. [Manifests ⧉](https://github.com/argoproj/argo-cd/tree/master/manifests)