docs(frontend-system): fix building plugins typo

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-18 08:46:31 +01:00
committed by GitHub
parent 09b7542a71
commit 109e0fc0c3
@@ -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/<pluginId>`, 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