From 188dbcce0da67be42b026702c3eb7af9ce46276f Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Mon, 30 Mar 2026 17:20:15 -0500 Subject: [PATCH] Add missing space in note in Reference Architectures documentation (#42622) --- docs/Deploy/Reference-Architectures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Deploy/Reference-Architectures.md b/docs/Deploy/Reference-Architectures.md index cfe5d9074b..b3f65c8c3c 100644 --- a/docs/Deploy/Reference-Architectures.md +++ b/docs/Deploy/Reference-Architectures.md @@ -156,7 +156,7 @@ span multiple regions for more advanced configurations (_not included in the [re In some cases adding a read replica can increase database performance for specific access patterns. In scenarios when automating the API or with `fleetctl`, there can be benefits to read performance. -**Note:Fleet servers need to talk to a writer in the same datacenter. Cross region replication can be used for failover but writes need to be local.** +**Note: Fleet servers need to talk to a writer in the same datacenter. Cross region replication can be used for failover but writes need to be local.** #### Traffic load balancing Load balancing enables distributing request traffic over many instances of the backend application. Using [AWS Application