From 3dd73b46da20489a786a6f9b1d8a7e84b75455f7 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Mon, 9 Dec 2024 10:31:49 -0500 Subject: [PATCH] Update development.md Address Vale error --- .../src/dedicated-environments/dedicated-gen-3/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/platform/src/dedicated-environments/dedicated-gen-3/development.md b/sites/platform/src/dedicated-environments/dedicated-gen-3/development.md index f4f73537a3..8b121645a2 100644 --- a/sites/platform/src/dedicated-environments/dedicated-gen-3/development.md +++ b/sites/platform/src/dedicated-environments/dedicated-gen-3/development.md @@ -36,7 +36,7 @@ In the diagram, there are only 3 hosts. Host 1 has both the entry point and app On Grid, all project branches are deployed into that same Grid region. On DG3, this behaves the same but the projects deployed are Highly Available (HA), and branches set as default and (optionally) labelled staging are deployed into their own dedicated clusters instead. -While HA environments connected to a DG3 cluster **can** deploy multiple instances of applications and services, they **cannot** dynamically change the number of those instances (eg. from 1 to 3 or 3 to 1). +While HA environments connected to a DG3 cluster **can** deploy multiple instances of applications and services, they **cannot** dynamically change the number of those instances (for example, from 1 to 3 or 3 to 1). {{< note title="Note" theme="info" >}}