From 8b10d21a70f0e6e9244b1e5c6b6e0cd109a1c2bd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 14 Jan 2024 11:03:07 +0300 Subject: [PATCH] chore(docs): fix a minor punctuation error (#11610) --- docs/about/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/architecture.md b/docs/about/architecture.md index a025373387..186b797bbf 100644 --- a/docs/about/architecture.md +++ b/docs/about/architecture.md @@ -48,7 +48,7 @@ workspaces. ## Service Bundling -While coderd and Postgres can be orchestrated independently,our default +While coderd and Postgres can be orchestrated independently, our default installation paths bundle them all together into one system service. It's perfectly fine to run a production deployment this way, but there are certain situations that necessitate decomposition: