From b592582a593b92f560ac60dc02f0b5780df4ee75 Mon Sep 17 00:00:00 2001 From: Andrew Rylatt Date: Thu, 15 Oct 2020 15:28:01 +0100 Subject: [PATCH] Fix typo in docs (#694) Fixing typo (missing word in sentence) in high-availability installation guide --- website/content/docs/installing/high-availability.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/installing/high-availability.mdx b/website/content/docs/installing/high-availability.mdx index 894d753c72..30b5144bb3 100644 --- a/website/content/docs/installing/high-availability.mdx +++ b/website/content/docs/installing/high-availability.mdx @@ -22,7 +22,7 @@ The following ports should be available: ## Architecture The general architecture for the server infrastructure requires 3 controllers -and 3 workers. Note that it is possible to a controller and worker within the +and 3 workers. Note that it is possible to run a controller and worker within the same process, but the guide here assumes separate deployments. The documentation here uses virtual machines running on Amazon EC2 as the example environment, but this use case can be extrapolated to almost any cloud platform to suit operator