From d07e874d06ca9c42196d8eae91f3fba9a6bccf92 Mon Sep 17 00:00:00 2001 From: Deepak Bhardwaj <62239457+deepak-bhardwaj-ps@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:15:33 +0530 Subject: [PATCH] Small correction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a small grammar correction Signed-off-by: Fredrik Adelöw --- docs/deployment/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index 383cf0615a..095a4989d8 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -19,9 +19,9 @@ their state, rather than using SQLite. By default, in an app created with `@backstage/create-app`, the frontend is bundled and served from the backend. This is done using the `@backstage/plugin-app-backend` plugin, which also injects the frontend -configuration into the app. This means you that you only need to build and -deploy a single container in a minimal setup of Backstage. If you wish to -separate the serving of the frontend out from the backend, see the +configuration into the app. This means that you only need to build and deploy a +single container in a minimal setup of Backstage. If you wish to separate the +serving of the frontend out from the backend, see the [separate frontend](#separate-frontend) topic below. ## Host Build