From 86549efd177080aa174a441895e309d8c0f089ba Mon Sep 17 00:00:00 2001 From: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:13:45 -0500 Subject: [PATCH] Update docs/plugins/guides/101/meta.md Co-authored-by: Peter Macdonald Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> --- 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 fecd43aa0f..037a31a228 100644 --- a/docs/plugins/guides/101/meta.md +++ b/docs/plugins/guides/101/meta.md @@ -12,7 +12,7 @@ This section should answer definitely why you should build a new plugin instead ### Creating a plugin -This section should be extremely deliberate in showing readers every step of the way to create a plugin. A reader that finishes this section should feel extremely comfortable adding and installing new plugins regardless of their experience with JS/TS. +This section should be extremely deliberate in showing readers every step of the way to create a plugin using Backstage's best practises. A reader that finishes this section should feel extremely comfortable adding and installing new plugins regardless of their experience with JS/TS and Backstage. - Setting up your environment - Scaffolding a new plugin