From ea7779430a760b6e828968585f55f253bbf82909 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Fri, 29 Nov 2024 22:22:31 -0500 Subject: [PATCH] remove confusing section around plugin building Signed-off-by: aramissennyeydd --- docs/plugins/guides/101/meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/guides/101/meta.md b/docs/plugins/guides/101/meta.md index 037a31a228..ae51d05eb9 100644 --- a/docs/plugins/guides/101/meta.md +++ b/docs/plugins/guides/101/meta.md @@ -8,7 +8,7 @@ The goal of this section is to take the reader from zero-to-situated. Docs shoul ### Why build plugins? -This section should answer definitely why you should build a new plugin instead of adding code to existing packages or using an NPM package. The Backstage framework is deeply empowered by plugins and plugins are core to the project's success. Users should walk away from reading this section with a conviction that plugins are the right path for new functionality. +This section should answer definitely why you should build a new plugin. The Backstage framework is deeply empowered by plugins and plugins are core to the project's success. Users should walk away from reading this section with a conviction that plugins are the right path for new functionality. ### Creating a plugin