From 46e7969dd2c9ed8b272bcfb8cc3a7e5ffbbdcc29 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Fri, 3 Apr 2020 14:32:30 +0200 Subject: [PATCH] Review comments --- docs/getting-started/create-a-plugin.md | 2 +- docs/getting-started/create-an-app.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/create-a-plugin.md b/docs/getting-started/create-a-plugin.md index b0b042ed86..7b8a7cf29b 100644 --- a/docs/getting-started/create-a-plugin.md +++ b/docs/getting-started/create-a-plugin.md @@ -4,7 +4,7 @@ A Backstage Plugin adds functionality to Backstage. ## Create a plugin -To create a new plugin, make sure you've run `yarn` and installed dependencies, then run the following on your command line (invoking the `backstage-cli`). +To create a new plugin, make sure you've run `yarn install` and installed dependencies, then run the following on your command line (invoking the `backstage-cli`). ```bash yarn create-plugin diff --git a/docs/getting-started/create-an-app.md b/docs/getting-started/create-an-app.md index 1d46e81026..afba3b4e7b 100644 --- a/docs/getting-started/create-an-app.md +++ b/docs/getting-started/create-an-app.md @@ -1,6 +1,6 @@ # Backstage App -If you want to get setup quickly with your own Backstage project you can create a Backstage App. +If you want to get set up quickly with your own Backstage project you can create a Backstage App. A Backstage App is a monorepo setup with `lerna` that includes everything you need to run Backstage in your own environment.