From 4496b1a7486a8c4eb75885135dea2d0f5a001708 Mon Sep 17 00:00:00 2001 From: Ian De Bie Date: Tue, 25 Feb 2025 00:25:06 -0600 Subject: [PATCH] Update architecture-overview.md fix typo Signed-off-by: Ian De Bie --- docs/overview/architecture-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index c745719e08..d1be2bb2fc 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -34,7 +34,7 @@ There are 3 main components in this architecture: 3. Databases Running this architecture in a real environment typically involves -containerising the components. Various commands are provided for accomplishing +containerizing the components. Various commands are provided for accomplishing this. ![The architecture of a basic Backstage application](../assets/architecture-overview/backstage-typical-architecture.png)