From 69bbc89d3ef3df6f9e2820f6b5513990f4caab26 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Wed, 21 Dec 2022 15:43:00 +0530 Subject: [PATCH] fix: wrong comment syntax in md file Signed-off-by: Sayak Mukhopadhyay --- docs/plugins/create-a-plugin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index 5d1b283dba..d063ce6ded 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -18,7 +18,8 @@ from the root of your project. yarn new --select plugin ``` -// Todo: change the asses to show the output of the new command +[//]: # 'Todo: change the asses to show the output of the new command' + ![](../assets/getting-started/create-plugin_output.png) This will create a new Backstage Plugin based on the ID that was provided. It