From 109e0fc0c31f43174945e8310c5fced2e516e3dd Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 18 Jan 2024 08:46:31 +0100 Subject: [PATCH] docs(frontend-system): fix building plugins typo Signed-off-by: Camila Belo --- docs/frontend-system/building-plugins/01-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-plugins/01-index.md b/docs/frontend-system/building-plugins/01-index.md index cb29b3518a..eea2351977 100644 --- a/docs/frontend-system/building-plugins/01-index.md +++ b/docs/frontend-system/building-plugins/01-index.md @@ -18,7 +18,7 @@ This guide assumes that you already have a Backstage project set up. Even if you To create a frontend plugin, run `yarn new`, select `plugin`, and fill out the rest of the prompts. This will create a new package at `plugins/`, which will be the main entrypoint for your plugin. -> **NOT: The created plugin will currently be templated for use in the legacy frontend system, and you will need to replace the existing plugin wiring code.** +> **NOTE: The created plugin will currently be templated for use in the legacy frontend system, and you will need to replace the existing plugin wiring code.** ## The plugin instance