From 6bc4d75d335b838fd9718723040ce2d58f1f0a46 Mon Sep 17 00:00:00 2001 From: Joe Porpeglia Date: Thu, 14 Apr 2022 17:30:25 -0400 Subject: [PATCH] Fix capitalization Signed-off-by: Joe Porpeglia --- docs/permission/plugin-authors/01-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/permission/plugin-authors/01-setup.md b/docs/permission/plugin-authors/01-setup.md index c09f11cdbf..981a6ee6ab 100644 --- a/docs/permission/plugin-authors/01-setup.md +++ b/docs/permission/plugin-authors/01-setup.md @@ -34,7 +34,7 @@ The source code is available here: ![backstage application files structure](../../assets/permission/permission-tutorial-backstage-application-initial-structure.png) -2. add the frontend and backend plugins as dependencies of your Backstage app and backend respectively: +2. Add the frontend and backend plugins as dependencies of your Backstage app and backend respectively: ``` $ yarn workspace backend add @internal/plugin-todo-list-backend@^1.0.0 @internal/plugin-todo-list-common@^1.0.0