From d391c33173567085b9336cbd1837f30cb54dd807 Mon Sep 17 00:00:00 2001 From: Nikki Nikkhoui Date: Tue, 30 Nov 2021 12:52:08 -0800 Subject: [PATCH] Update docker.md add missing "to" Signed-off-by: Nikki Nikkhoui --- docs/deployment/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index 7cbd3cea89..f0fe0c7e1f 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -7,7 +7,7 @@ description: How to build a Backstage Docker image for deployment This section describes how to build a Backstage App into a deployable Docker image. It is split into three sections, first covering the host build approach, -which is recommended due its speed and more efficient and often simpler caching. +which is recommended due to its speed and more efficient and often simpler caching. The second section covers a full multi-stage Docker build, and the last section covers how to deploy the frontend and backend as separate images.